diff --git a/superpage/src/components/Accordion/Body.astro b/superpage/src/components/Accordion/Body.astro index 38089aa..0842deb 100644 --- a/superpage/src/components/Accordion/Body.astro +++ b/superpage/src/components/Accordion/Body.astro @@ -1,5 +1,5 @@ -
-
+ diff --git a/superpage/src/components/Course/HeaderNav.astro b/superpage/src/components/Course/HeaderNav.astro index 308baa9..8eaa7ba 100644 --- a/superpage/src/components/Course/HeaderNav.astro +++ b/superpage/src/components/Course/HeaderNav.astro @@ -11,145 +11,92 @@ const courses = await getCollection( const { title } = Astro.props; --- -