From 4780133019603f1775da635c343588732d2f73e6 Mon Sep 17 00:00:00 2001 From: Luca Lombardo Date: Wed, 18 Jun 2025 16:05:57 +0200 Subject: [PATCH] fix: restore 'Calcolo Media' link in header navigation --- src/components/Header.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.astro b/src/components/Header.astro index 4633c91..db587a4 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -6,7 +6,7 @@ const links = [ { href: '/notizie', text: 'Notizie' }, { href: '/guide', text: 'Guide' }, { href: '/domande-esami', text: 'Domande Orali' }, - // { href: '/media-pesata', text: 'Media Pesata' }, // Beta testing - solo URL diretto + { href: '/media-pesata', text: 'Calcolo Media' }, // Beta testing - solo URL diretto { href: '/storia', text: 'Storia' }, // { href: '/login', text: 'Login' }, ]