Skip to content

Commit

Permalink
change curso navigation link
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgil committed Sep 13, 2024
1 parent 09eab6d commit 5bbecf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/es/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const navBarLinks = [
{ name: "Sobre mi", url: "/about" },
{ name: "Clientes", url: "/customers" },
{ name: "Curso", url: "/" },
{ name: "Embarca en un Mega Yate", url: "/" },
{ name: "Contenido", url: "/content" },
{ name: "Testimonios", url: "/testimonials" },
{ name: "Contacto", url: "/contact" },
Expand All @@ -15,7 +15,7 @@ const footerLinks = [
links: [
{ name: "Sobre mi", url: "/about" },
{ name: "Clientes", url: "/customers" },
{ name: "Curso", url: "/" },
{ name: "Embarca en un Mega Yate", url: "/" },
{ name: "Contenido", url: "/content" },
{ name: "Testimonios", url: "/testimonials" },
{ name: "Contacto", url: "/contact" },
Expand Down

0 comments on commit 5bbecf1

Please sign in to comment.