diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro index 4cb1a86..41a1e94 100644 --- a/src/components/Navbar.astro +++ b/src/components/Navbar.astro @@ -1,12 +1,10 @@ --- import { Icon } from 'astro-icon/components'; -import StarFilled from './icons/StarFilled.astro'; import { companyInfo } from '../data'; const currentPath = Astro.url.pathname; const navLinks = [ - { href: '/', label: 'Accueil' }, { href: '/cest-qui/', label: "C'est qui ?" }, { href: '/spectacles/', label: 'Spectacles' }, { href: '/agenda/', label: 'Agenda' }, @@ -28,13 +26,8 @@ function isActive(href: string): boolean {