From beaae549f3bcc94d09d035de14cc96411a56b93e Mon Sep 17 00:00:00 2001 From: Jalil Arfaoui Date: Thu, 5 Mar 2026 22:30:19 +0100 Subject: [PATCH] Retirer le lien Accueil de la navbar, redondant avec le logo --- src/components/Navbar.astro | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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 {
-
-
- AspiRêves -
-
- -
+
+ AspiRêves
Compagnie AspiRêves