From 0cfc2b92ce1a75341ecea4753ed6db751b19c2de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 2 May 2025 11:56:05 -0300 Subject: [PATCH] GA --- superpage/src/components/Accordion/Body.astro | 4 +- .../src/components/Course/HeaderNav.astro | 191 +++++++----------- superpage/src/components/Modal.astro | 11 +- superpage/src/layouts/Layout.astro | 24 ++- superpage/src/pages/index.astro | 2 +- superpage/src/styles/app.css | 3 + 6 files changed, 103 insertions(+), 132 deletions(-) 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; --- -