From 96010182f6800ec6858da44c4ed5c28d141f688a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 16:31:31 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 6ef63f8..f52a9e8 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,12 +85,12 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -135,12 +135,12 @@ export default function ProductPage({ params }: ProductPageProps) { @@ -192,12 +192,12 @@ export default function ProductPage({ params }: ProductPageProps) { -- 2.49.1 From 3c85c4e0957b99b1df95430bd511cef721abf3fe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Feb 2026 16:31:32 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 66fbc9b..94d7d87 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,12 +35,12 @@ export default function ShopPage() { @@ -84,12 +84,12 @@ export default function ShopPage() { -- 2.49.1