From 50265b1454c68fccf38780bfd80f292bff668c86 Mon Sep 17 00:00:00 2001 From: Laktionov Anton Date: Thu, 30 Apr 2026 19:06:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=D0=B8=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B3=D1=80=D0=B5=D1=81=D1=81=20=D0=B1=D0=B0?= =?UTF-8?q?=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 2 +- src/App.module.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index fefe748..4a38b5c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -35,7 +35,7 @@ function Product() { {likes > 0 && } {likes >= 10 &&

Π’Ρ‹ достигли Π»ΠΈΠΌΠΈΡ‚Π°!

}
-
+
) diff --git a/src/App.module.scss b/src/App.module.scss index 965d806..b6b5379 100644 --- a/src/App.module.scss +++ b/src/App.module.scss @@ -7,7 +7,7 @@ } .value { - width:70%; + /*width:70%;*/ height: 100%; background-color: green; }