diff --git a/src/components/layout/SwiperCardSection/index.tsx b/src/components/layout/SwiperCardSection/index.tsx index 24bd245..3ec4b56 100644 --- a/src/components/layout/SwiperCardSection/index.tsx +++ b/src/components/layout/SwiperCardSection/index.tsx @@ -40,7 +40,7 @@ export default function SwiperCardSection({ data, disableHover=false }: { data: } }, [hashId, data.cardItems, swiperRef]) return ( -
+
{activeIndex > 0 && ( diff --git a/src/components/layout/TopTabsSection/index.tsx b/src/components/layout/TopTabsSection/index.tsx index ac399d0..99a279a 100644 --- a/src/components/layout/TopTabsSection/index.tsx +++ b/src/components/layout/TopTabsSection/index.tsx @@ -48,7 +48,7 @@ export default function TopTabsSection({ data, className }: { data: Data, classN const sideSlides = sideImageToSlides(data.tabItems[activeIndex]?.sideImage); return ( -
+