diff --git a/src/shared/assets/chevron--left.svg b/src/shared/assets/chevron--left.svg index ae01d1a..16726b2 100644 --- a/src/shared/assets/chevron--left.svg +++ b/src/shared/assets/chevron--left.svg @@ -1,3 +1,3 @@ - - + + diff --git a/src/widgets/TimeFrameSlider/ui/EventsCarousel/EventsCarousel.tsx b/src/widgets/TimeFrameSlider/ui/EventsCarousel/EventsCarousel.tsx index 03ca121..baf628c 100644 --- a/src/widgets/TimeFrameSlider/ui/EventsCarousel/EventsCarousel.tsx +++ b/src/widgets/TimeFrameSlider/ui/EventsCarousel/EventsCarousel.tsx @@ -13,7 +13,7 @@ import 'swiper/css' import 'swiper/css/navigation' import 'swiper/css/pagination' -import ChevronIcon from '@/shared/assets/chevron--left.svg' +import ChevronSvg from '@/shared/assets/chevron--left.svg' import { Button } from '@/shared/ui/Button' import { Card } from '@/shared/ui/Card' @@ -123,7 +123,7 @@ export const EventsCarousel = memo( className='swiper-button-prev-custom' aria-label='Предыдущий слайд' > - + @@ -139,7 +139,7 @@ export const EventsCarousel = memo( className='swiper-button-next-custom' aria-label='Следующий слайд' > - +