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' }, ]