Skip to content

Commit

Permalink
refactor: update links footer
Browse files Browse the repository at this point in the history
  • Loading branch information
geekhadev committed Mar 27, 2024
1 parent c9c3f8f commit f62dd27
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/lib/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,18 +75,17 @@ export const data = [
export const footer = [
{
id: 1,
name: "Codigo de Conducta",
name: "Código de conducta",
url: "https://github.com/jsconfcl/code_of_conduct",
},
{ id: 2, name: "Contacto", url: "mailto:[email protected]" },
{
id: 3,
name: "MIT Licencse - JSConf Chile",
url: "https://github.com/JSConfCL/2024",
id: 2,
name: "Términos y condiciones",
url: "#",
},
{
id: 4,
name: "Con ❤️ - El equipo JSConf Chile",
url: "https://github.com/jsconfcl",
id: 3,
name: "Política de privacidad",
url: "#",
},
];

0 comments on commit f62dd27

Please sign in to comment.