Skip to content
This repository was archived by the owner on Jan 21, 2025. It is now read-only.

Commit f3336eb

Browse files
committed
chore(src): update footer
1 parent b01ce07 commit f3336eb

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

src/navigation.ts

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,45 +23,30 @@ export const footerData = {
2323
{
2424
title: 'Comunidad',
2525
links: [
26-
{ text: 'Directorio de comunidades', href: '#' },
27-
{ text: 'Oportunidades', href: '#' },
26+
{ text: 'Directorio', href: '#' },
2827
{ text: 'Eventos', href: '#' },
29-
{ text: 'Donaciones', href: '#' },
3028
],
3129
},
3230
{
3331
title: 'Nosotros',
3432
links: [
35-
{ text: 'Misión y visión', href: '#' },
3633
{ text: 'Equipo', href: '#' },
3734
{ text: 'Código de Conducta', href: '#' },
3835
],
3936
},
4037
{
4138
title: 'Donaciones',
42-
links: [{ text: 'About', href: '#' }],
39+
links: [{ text: 'Quiero donar', href: '#' }],
4340
},
4441
{
4542
title: 'Oportunidades',
46-
links: [
47-
{ text: 'Voluntariado', href: '#' },
48-
{ text: 'Trabajo', href: '#' },
49-
{ text: 'Otros', href: '#' },
50-
],
43+
links: [{ text: 'Voluntariado', href: '#' }],
5144
},
5245
],
5346
secondaryLinks: [
54-
{ text: 'Terms', href: getPermalink('/terms') },
55-
{ text: 'Privacy Policy', href: getPermalink('/privacy') },
56-
],
57-
socialLinks: [
58-
{ ariaLabel: 'X', icon: 'tabler:brand-x', href: '#' },
59-
{ ariaLabel: 'Instagram', icon: 'tabler:brand-instagram', href: '#' },
60-
{ ariaLabel: 'Facebook', icon: 'tabler:brand-facebook', href: '#' },
61-
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
62-
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/onwidget/astrowind' },
47+
{ text: 'Términos y Condiciones', href: getPermalink('/terms') },
48+
{ text: 'Políticas y Privacidad', href: getPermalink('/privacy') },
49+
{ text: 'Código de Conducta', href: getPermalink('/coc') },
6350
],
64-
footNote: `
65-
Made by <a class="text-secondary underline dark:text-secondary" href="https://onwidget.com/">Ecuador in Tech team</a> · All rights reserved.
66-
`,
51+
socialLinks: [{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/Ecuador-In-Tech' }],
6752
};

0 commit comments

Comments
 (0)