From bfd9c94bfd5d91db16054c9bb9e74ebffc12e6e1 Mon Sep 17 00:00:00 2001 From: Muhammad-Owais-Warsi Date: Sat, 30 May 2026 14:00:41 +0100 Subject: [PATCH] feat(donate-page-button): add button that navigates to donate page --- apps/web/src/components/layout/navigation-bar.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/layout/navigation-bar.tsx b/apps/web/src/components/layout/navigation-bar.tsx index 7bc2b5f..bb2d12d 100644 --- a/apps/web/src/components/layout/navigation-bar.tsx +++ b/apps/web/src/components/layout/navigation-bar.tsx @@ -57,6 +57,7 @@ const dropdownLinks: NavItem[] = [ { name: "Discord", href: URLs.discord, external: true }, { name: "Twitter / X", href: URLs.x, external: true }, { name: "LinkedIn", href: URLs.linkedin, external: true }, + {name: "Donate", href: "/donate", external: true}, { name: "llms.txt", href: "/llms.txt", external: true }, ];