From ad16c094419c0758bb9ca20d7a3dc59671eb60e2 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Sat, 6 Mar 2021 18:40:19 +0700 Subject: [PATCH] #35 added zoom styles --- public/index.html | 2 +- src/components/node/NodeImageSwiperBlock/index.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index d85dab5e..112c16fe 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + Убежище diff --git a/src/components/node/NodeImageSwiperBlock/index.tsx b/src/components/node/NodeImageSwiperBlock/index.tsx index 50dea289..c6011813 100644 --- a/src/components/node/NodeImageSwiperBlock/index.tsx +++ b/src/components/node/NodeImageSwiperBlock/index.tsx @@ -6,6 +6,7 @@ import { Swiper, SwiperSlide } from 'swiper/react'; import 'swiper/swiper.scss'; import 'swiper/components/pagination/pagination.scss'; import 'swiper/components/scrollbar/scrollbar.scss'; +import 'swiper/components/zoom/zoom.scss'; import styles from './styles.module.scss'; import { useNodeImages } from '~/utils/hooks/node/useNodeImages';