fix styles in reviews
This commit is contained in:
@@ -20,7 +20,7 @@ type ReviewsProps = {
|
|||||||
const REVIEWS_LINK =
|
const REVIEWS_LINK =
|
||||||
'https://yandex.ru/maps/213/moscow/?ll=37.469982%2C55.781185&mode=poi&poi%5Bpoint%5D=37.469074%2C55.781319&poi%5Buri%5D=ymapsbm1%3A%2F%2Forg%3Foid%3D19715751392%26yclid%3D10576664134676381695%26banner_id%3D1873406736351323707&tab=reviews&z=17.75'
|
'https://yandex.ru/maps/213/moscow/?ll=37.469982%2C55.781185&mode=poi&poi%5Bpoint%5D=37.469074%2C55.781319&poi%5Buri%5D=ymapsbm1%3A%2F%2Forg%3Foid%3D19715751392%26yclid%3D10576664134676381695%26banner_id%3D1873406736351323707&tab=reviews&z=17.75'
|
||||||
const swiperSlideClassName =
|
const swiperSlideClassName =
|
||||||
'!h-auto first:pl-0 last:pr-0 md:max-w-[600px] md:first:pl-24 md:last:pr-24'
|
'!h-auto first:ml-0 last:mr-0 md:max-w-[600px] md:first:ml-24 md:last:mr-24'
|
||||||
|
|
||||||
export const Reviews: React.FC<ReviewsProps> = ({ reviews, lang }) => {
|
export const Reviews: React.FC<ReviewsProps> = ({ reviews, lang }) => {
|
||||||
const t = useTranslations(lang)
|
const t = useTranslations(lang)
|
||||||
|
|||||||
Reference in New Issue
Block a user