diff --git a/src/components/section/CarouselSection.astro b/src/components/section/CarouselSection.astro index 2b6f6b4..77872e4 100644 --- a/src/components/section/CarouselSection.astro +++ b/src/components/section/CarouselSection.astro @@ -4,6 +4,8 @@ import "swiper/css"; import "swiper/css/navigation"; import "swiper/css/pagination"; import { Icon } from "astro-icon/components"; + +const isHebrew = Astro.currentLocale === "he"; const { images, class: className } = Astro.props; --- @@ -36,10 +38,12 @@ const { images, class: className } = Astro.props;