diff --git a/frontend/src/components/Banner/index.tsx b/frontend/src/components/Banner/index.tsx index 091e0c75..98931842 100644 --- a/frontend/src/components/Banner/index.tsx +++ b/frontend/src/components/Banner/index.tsx @@ -22,17 +22,7 @@ export default function Banner() { }; return ( - + - onRemovePinImage(image.id)} - > + onRemovePinImage(image.id)}> @@ -84,15 +82,7 @@ function PinImageContainer({ images, getPinData }: PinImageContainerProps) { return ( - + {images.map((image, index) => ( @@ -105,9 +95,7 @@ function PinImageContainer({ images, getPinData }: PinImageContainerProps) { $errorDefaultSrc={NOT_FOUND_IMAGE} /> - onRemovePinImage(image.id)} - > + onRemovePinImage(image.id)}> diff --git a/frontend/src/components/TopicCardContainer/index.tsx b/frontend/src/components/TopicCardContainer/index.tsx index 48aa58f5..834bac14 100644 --- a/frontend/src/components/TopicCardContainer/index.tsx +++ b/frontend/src/components/TopicCardContainer/index.tsx @@ -30,22 +30,11 @@ function TopicCardContainer({
- + {containerTitle} - + {containerDescription} @@ -71,11 +60,13 @@ function TopicCardContainer({ as="ul" width={1140} height={300} - $elementsOneTab={5} - $elementsMediaQueries={[1180, 900, 660, 320]} - swiper - swipeable - $isNotTabBoxShow + $slidePerTab={5} + $breakPoints={{ + 1100: 4, + 900: 3, + 660: 2, + 320: 1, + }} > {topics && topics.map(