From 18563979a237630a479a79935ab9123bfb669fcc Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Mon, 10 Feb 2025 13:42:04 +0100 Subject: [PATCH] chore: changed name of esami section --- src/client/DomandeEsamiCourse.tsx | 2 +- src/components/Header.astro | 2 +- src/pages/domande-esami/[course].astro | 2 +- src/pages/domande-esami/index.astro | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/client/DomandeEsamiCourse.tsx b/src/client/DomandeEsamiCourse.tsx index b1232af..119dff4 100644 --- a/src/client/DomandeEsamiCourse.tsx +++ b/src/client/DomandeEsamiCourse.tsx @@ -62,7 +62,7 @@ export const DomandeEsamiCourse = ({ course }: Props) => { <>

- Domande Esami + Domande Orali

{database.names[course]}

diff --git a/src/components/Header.astro b/src/components/Header.astro index 922ed11..dcb6da6 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -5,7 +5,7 @@ const links = [ // { href: '/appunti', text: 'Appunti' }, { href: '/notizie', text: 'Notizie' }, { href: '/guide', text: 'Guide' }, - { href: '/domande-esami', text: 'Domande Esami' }, + { href: '/domande-esami', text: 'Domande Orali' }, { href: '/storia', text: 'Storia' }, // { href: '/login', text: 'Login' }, ] diff --git a/src/pages/domande-esami/[course].astro b/src/pages/domande-esami/[course].astro index 17c7122..f639311 100644 --- a/src/pages/domande-esami/[course].astro +++ b/src/pages/domande-esami/[course].astro @@ -16,7 +16,7 @@ export const getStaticPaths = (() => { const { course } = Astro.params --- - +
diff --git a/src/pages/domande-esami/index.astro b/src/pages/domande-esami/index.astro index 70b5553..f0cd1d3 100644 --- a/src/pages/domande-esami/index.astro +++ b/src/pages/domande-esami/index.astro @@ -14,10 +14,10 @@ const courseQuestionCounts = Object.fromEntries( ) --- - +
-

Domande Esami

+

Domande Orali

{ database.groups.map(group => (