chore: changed name of esami section
continuous-integration/drone/push Build is passing Details

main
Antonio De Lucreziis 1 month ago
parent 4b7a867a19
commit 18563979a2

@ -62,7 +62,7 @@ export const DomandeEsamiCourse = ({ course }: Props) => {
<> <>
<div class="grid-center text-center"> <div class="grid-center text-center">
<h3> <h3>
<a href="/domande-esami">Domande Esami</a> <a href="/domande-esami">Domande Orali</a>
</h3> </h3>
<h1>{database.names[course]}</h1> <h1>{database.names[course]}</h1>
</div> </div>

@ -5,7 +5,7 @@ const links = [
// { href: '/appunti', text: 'Appunti' }, // { href: '/appunti', text: 'Appunti' },
{ href: '/notizie', text: 'Notizie' }, { href: '/notizie', text: 'Notizie' },
{ href: '/guide', text: 'Guide' }, { href: '/guide', text: 'Guide' },
{ href: '/domande-esami', text: 'Domande Esami' }, { href: '/domande-esami', text: 'Domande Orali' },
{ href: '/storia', text: 'Storia' }, { href: '/storia', text: 'Storia' },
// { href: '/login', text: 'Login' }, // { href: '/login', text: 'Login' },
] ]

@ -16,7 +16,7 @@ export const getStaticPaths = (() => {
const { course } = Astro.params const { course } = Astro.params
--- ---
<BaseLayout title="Domande Esami | PHC" pageTags={'domande-esami'}> <BaseLayout title="Domande Orali | PHC" pageTags={'domande-esami'}>
<Header /> <Header />
<main> <main>
<DomandeEsamiCourse client:only="preact" course={course} /> <DomandeEsamiCourse client:only="preact" course={course} />

@ -14,10 +14,10 @@ const courseQuestionCounts = Object.fromEntries(
) )
--- ---
<BaseLayout title="Domande Esami | PHC" pageTags={'domande-esami'}> <BaseLayout title="Domande Orali | PHC" pageTags={'domande-esami'}>
<Header /> <Header />
<main> <main>
<h1>Domande Esami</h1> <h1>Domande Orali</h1>
{ {
database.groups.map(group => ( database.groups.map(group => (
<details open> <details open>

Loading…
Cancel
Save