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; --- -