From 30df5e34bfa17bc48a9c7bb1cd831850b624e97f Mon Sep 17 00:00:00 2001 From: iamchwill Date: Fri, 7 Nov 2025 16:57:12 -0500 Subject: [PATCH 1/3] Give now button added --- components/nav-bar/desktop/nav-bar-desktop.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/components/nav-bar/desktop/nav-bar-desktop.tsx b/components/nav-bar/desktop/nav-bar-desktop.tsx index 567e84ae..46956a39 100644 --- a/components/nav-bar/desktop/nav-bar-desktop.tsx +++ b/components/nav-bar/desktop/nav-bar-desktop.tsx @@ -69,6 +69,14 @@ export default function DesktopNavBar({ links }: { links: NavGroup[] }) { > Code of Conduct + + + Give Now +
From 1b7de07d4582699352f5928d5ddc5468681360b7 Mon Sep 17 00:00:00 2001 From: iamchwill Date: Fri, 7 Nov 2025 17:06:36 -0500 Subject: [PATCH 2/3] Added give now to mobile. --- components/nav-bar/mobile/nav-bar-mobile.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/nav-bar/mobile/nav-bar-mobile.tsx b/components/nav-bar/mobile/nav-bar-mobile.tsx index e88ecd30..6b3d7bba 100644 --- a/components/nav-bar/mobile/nav-bar-mobile.tsx +++ b/components/nav-bar/mobile/nav-bar-mobile.tsx @@ -67,6 +67,15 @@ export default function MobileNavBar({ links }: { links: NavGroup[] }) { > 2048 Leaderboard */} + + + Give Now + + Date: Fri, 7 Nov 2025 17:14:24 -0500 Subject: [PATCH 3/3] Moved Give Now for mobile and fixed register/ here shift --- components/nav-bar/mobile/nav-bar-mobile.tsx | 8 ++++---- tailwind.config.ts | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/nav-bar/mobile/nav-bar-mobile.tsx b/components/nav-bar/mobile/nav-bar-mobile.tsx index 6b3d7bba..b00a7a96 100644 --- a/components/nav-bar/mobile/nav-bar-mobile.tsx +++ b/components/nav-bar/mobile/nav-bar-mobile.tsx @@ -69,19 +69,19 @@ export default function MobileNavBar({ links }: { links: NavGroup[] }) { */} - Give Now + Code of Conduct - Code of Conduct + Give Now
diff --git a/tailwind.config.ts b/tailwind.config.ts index a7370b47..7b069362 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -56,7 +56,7 @@ const config: Config = { screens: { desktop: "860px", xs: "475px", - shift: { max: "950px" }, + shift: { max: "1150px" }, "2xs": "375px", }, backgroundImage: {