From 1b8cb5dae9cdc8064a53a24966ec4f454251b4dc Mon Sep 17 00:00:00 2001 From: Salam-vsem Date: Wed, 14 May 2025 01:44:12 +0300 Subject: [PATCH] fix styles in reviews --- src/components/Reviews.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Reviews.tsx b/src/components/Reviews.tsx index 3687428..f3244fb 100644 --- a/src/components/Reviews.tsx +++ b/src/components/Reviews.tsx @@ -20,7 +20,7 @@ type ReviewsProps = { 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' 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 = ({ reviews, lang }) => { const t = useTranslations(lang)