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 => (