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
+
diff --git a/components/nav-bar/mobile/nav-bar-mobile.tsx b/components/nav-bar/mobile/nav-bar-mobile.tsx
index e88ecd30..b00a7a96 100644
--- a/components/nav-bar/mobile/nav-bar-mobile.tsx
+++ b/components/nav-bar/mobile/nav-bar-mobile.tsx
@@ -67,6 +67,7 @@ export default function MobileNavBar({ links }: { links: NavGroup[] }) {
>
2048 Leaderboard
*/}
+
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: {