Skip to content

Commit

Permalink
Rename footer link from "Noticias" to "Actualidad" for consistency an…
Browse files Browse the repository at this point in the history
…d clarity
  • Loading branch information
guillecro committed Dec 26, 2024
1 parent 07b717b commit 46ffa7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TheFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const rounded = computed(() => {
<NuxtLink to="/quienes-somos" class="text-center leading-none hover:text-mindaro">¿Quiénes somos?</NuxtLink>
<NuxtLink to="/iniciativas" class="text-center leading-none hover:text-mindaro">Iniciativas <br class="hidden sm:block"><span class="sm:text-sm font-normal">de la juventud</span></NuxtLink>
<NuxtLink to="/desafios" class="text-center leading-none hover:text-mindaro">Desafios <br class="hidden sm:block"><span class="sm:text-sm font-normal">de la juventud</span></NuxtLink>
<NuxtLink to="/noticias" class="text-center leading-none hover:text-mindaro">Actualidad <br class="hidden sm:block"><span class="sm:text-sm font-normal">de la juventud</span></NuxtLink>
<NuxtLink to="/actualidad" class="text-center leading-none hover:text-mindaro">Actualidad <br class="hidden sm:block"><span class="sm:text-sm font-normal">de la juventud</span></NuxtLink>
</div>
</UContainer>
</footer>
Expand Down

0 comments on commit 46ffa7f

Please sign in to comment.