From 70549b653ba3a5d3937fbb1fdb079ebfbb0ce329 Mon Sep 17 00:00:00 2001 From: Alexey Grekov Date: Sun, 16 Nov 2025 01:41:43 -0700 Subject: [PATCH 1/2] Fixed horizontal bar and fixed homepage sizing of animation --- src/components/Footer/Footer.tsx | 2 +- src/components/Particles.tsx | 2 ++ src/pageLayouts/HomePage.tsx | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 93d8207..2b445df 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -7,7 +7,7 @@ import Youtube from "../icons/Youtube"; import Tiktok from "../icons/Tiktok"; const Footer = () => ( -
+
diff --git a/src/components/Particles.tsx b/src/components/Particles.tsx index 39b5123..bb7abbd 100644 --- a/src/components/Particles.tsx +++ b/src/components/Particles.tsx @@ -26,6 +26,7 @@ const Particle = () => { init={particlesInit} loaded={particlesLoaded} options={{ + fullScreen: { enable: false }, interactivity: { detect_on: "canvas", events: { @@ -135,6 +136,7 @@ const Particle = () => { }, retina_detect: false, }} + style={{ height: "100%", width: "100%" }} /> ); }; diff --git a/src/pageLayouts/HomePage.tsx b/src/pageLayouts/HomePage.tsx index 0adb69f..7940827 100644 --- a/src/pageLayouts/HomePage.tsx +++ b/src/pageLayouts/HomePage.tsx @@ -16,7 +16,7 @@ const HomePage = () => { return (
{
{
From 4ad3b71794c40a77e28523789dcec48e3643b056 Mon Sep 17 00:00:00 2001 From: Alexey Grekov Date: Sun, 23 Nov 2025 19:02:02 -0700 Subject: [PATCH 2/2] Fix merch parge horizontal bar --- src/components/Merch/MerchItems.tsx | 2 +- src/components/Merch/MerchPageContent.tsx | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Merch/MerchItems.tsx b/src/components/Merch/MerchItems.tsx index ddea7d3..a651947 100644 --- a/src/components/Merch/MerchItems.tsx +++ b/src/components/Merch/MerchItems.tsx @@ -14,7 +14,7 @@ export const MerchItems = ({ }) => { return ( -
+
Merch Image {
{/* Merch Items Grid - Max 3 per row */} -
+
{MerchItemsData.map((merchItem) => ( -
+