Skip to content

Commit

Permalink
fix: 🚀 update slugs in Navbar component
Browse files Browse the repository at this point in the history
  • Loading branch information
jagcruz committed Jul 13, 2024
1 parent 5e67aee commit 3e7565d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Navbar/Navbar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import { Icon } from 'astro-icon/components';
import NavbarLogo from './NavbarLogo.astro';
const items: NavbarItem[] = [
{ text: 'Inicio', slug: '/' },
{ text: 'Ranking', slug: '/ranking' },
{ text: 'Creadores', slug: '/creators' },
{ text: 'Roadmap', slug: '/roadmap' },
{ text: 'Inicio', slug: '/ana-cards-web' },
{ text: 'Ranking', slug: '/ana-cards-web/ranking' },
{ text: 'Creadores', slug: '/ana-cards-web/creators' },
{ text: 'Roadmap', slug: '/ana-cards-web/roadmap' },
{ text: 'Contacto', slug: 'https://discord.com/invite/6rfgHETy', external: true }
];
---
Expand Down

0 comments on commit 3e7565d

Please sign in to comment.