From 7a026d09d9cda1b9da47d24b6087ce580925304d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Mon, 21 Apr 2025 15:04:05 -0300 Subject: [PATCH] add aria-label= --- superpage/src/components/Carousel.astro | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 599c41c..26da9cd 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -5,11 +5,19 @@ const { items = [] } = Astro.props ---