From c44b4a283c1897cbe9b10dbcd1c16ab70fbb4db8 Mon Sep 17 00:00:00 2001 From: isHardCoded Date: Wed, 25 Jun 2025 15:43:44 +0300 Subject: [PATCH] =?UTF-8?q?Fix:=20=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=D0=B8=20description=20=D0=BD=D0=B0=20brand?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index a5e4652..a9b55c5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -22,7 +22,7 @@ function Header() { ) } -function Product({ name, description, price, imageUrl }) { +function Product({ name, brand, price, imageUrl }) { const [isLiked, setIsLiked] = React.useState(false) const toggleLike = () => { @@ -59,7 +59,7 @@ function Product({ name, description, price, imageUrl }) { -

{description}

+

{brand}

${price}