From 293444f421ac56346aa94ffd3a4ee04108a6ff25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Fri, 25 Apr 2025 14:41:17 -0300 Subject: [PATCH] fix --- superpage/src/components/Carousel.astro | 42 ++++++++++--------- superpage/src/components/Course/Clients.astro | 10 ++--- superpage/src/icons/arrow-trending-up.svg | 2 +- .../Eduseg.astro => icons/logos/eduseg.svg} | 2 +- .../Kordsa.astro => icons/logos/kordsa.svg} | 2 +- .../Manserv.astro => icons/logos/manserv.svg} | 2 +- .../Natura.astro => icons/logos/natura.svg} | 2 +- .../Nissan.astro => icons/logos/nissan.svg} | 1 - .../Semeq.astro => icons/logos/semeq.svg} | 3 +- superpage/src/layouts/Layout.astro | 3 +- 10 files changed, 35 insertions(+), 34 deletions(-) rename superpage/src/{components/Logos/Eduseg.astro => icons/logos/eduseg.svg} (99%) rename superpage/src/{components/Logos/Kordsa.astro => icons/logos/kordsa.svg} (98%) rename superpage/src/{components/Logos/Manserv.astro => icons/logos/manserv.svg} (99%) rename superpage/src/{components/Logos/Natura.astro => icons/logos/natura.svg} (99%) rename superpage/src/{components/Logos/Nissan.astro => icons/logos/nissan.svg} (99%) rename superpage/src/{components/Logos/Semeq.astro => icons/logos/semeq.svg} (99%) diff --git a/superpage/src/components/Carousel.astro b/superpage/src/components/Carousel.astro index 26da9cd..ae5c968 100644 --- a/superpage/src/components/Carousel.astro +++ b/superpage/src/components/Carousel.astro @@ -1,7 +1,7 @@ --- -import { Icon } from 'astro-icon/components' +import { Icon } from "astro-icon/components"; -const { items = [] } = Astro.props +const { items = [] } = Astro.props; ---