From 907177b281112d2823d949ba0d06a268eb6fad81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Tue, 6 May 2025 13:46:41 -0300 Subject: [PATCH] dropdown --- superpage/src/components/Carousel.astro | 30 +-- .../src/components/Course/BuyDropdown.astro | 130 ++++++++---- .../src/components/Course/HeaderNav.astro | 1 - .../src/components/Course/Solutions.astro | 185 ++++++++++-------- 4 files changed, 218 insertions(+), 128 deletions(-) diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 14be6b7..069fb61 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -4,9 +4,9 @@ import { Icon } from "astro-icon/components"; const { items = [] } = Astro.props; --- -