From ba113d25d987b9b3082f38dedf3077302dd69090 Mon Sep 17 00:00:00 2001 From: Alexey Grekov Date: Sat, 15 Nov 2025 23:00:08 -0700 Subject: [PATCH] #59 Fixed team page and Merch page colouring to a lighter dark --- src/components/Merch/MerchPageContent.tsx | 4 ++-- src/pageLayouts/TeamPage.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Merch/MerchPageContent.tsx b/src/components/Merch/MerchPageContent.tsx index 3c1b2e9..bc7d887 100644 --- a/src/components/Merch/MerchPageContent.tsx +++ b/src/components/Merch/MerchPageContent.tsx @@ -10,11 +10,11 @@ const Lottie = dynamic(() => import("lottie-react"), { ssr: false }); const MerchPageContent = () => { return (
{/* Header Section */} -
+
diff --git a/src/pageLayouts/TeamPage.tsx b/src/pageLayouts/TeamPage.tsx index 948580c..ce2adf7 100644 --- a/src/pageLayouts/TeamPage.tsx +++ b/src/pageLayouts/TeamPage.tsx @@ -19,7 +19,7 @@ const TeamPage = () => { return (