From 1b2f5ba211f9c9dfaf20f343b768b6e9c1bba3b3 Mon Sep 17 00:00:00 2001 From: zojgame Date: Fri, 31 May 2024 13:10:06 +0500 Subject: [PATCH] fix adaptive reviews --- src/components/Reviews.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Reviews.tsx b/src/components/Reviews.tsx index 6797737..d5398fe 100644 --- a/src/components/Reviews.tsx +++ b/src/components/Reviews.tsx @@ -45,9 +45,9 @@ function Reviews() { return (
-
+
{reviews.map((video, index) => (
))}
-
+

@@ -72,7 +72,7 @@ function Reviews() {

@@ -125,7 +125,7 @@ function Reviews() { {reviews.map((video, index) => (
-
+

Отзывы