From 94c5d1ea6d696bbdace19c213433bc465854efc0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 10:57:23 +0000 Subject: [PATCH 1/2] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 3fc0a23..74eafca 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -134,7 +134,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -219,7 +219,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -328,7 +328,7 @@ export default function ProductPage({ params }: ProductPageProps) { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> -- 2.49.1 From e901a63cc0953f0203dc029fbab78da60bfd3f22 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 10:57:23 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 04f1202..4efa24b 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -84,7 +84,7 @@ export default function ShopPage() { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> @@ -168,7 +168,7 @@ export default function ShopPage() { { label: "FAQ", href: "#faq" } ] } - ] + ]} copyrightText="© 2025 YmniK Chess Club. All rights reserved." /> -- 2.49.1