Add 'Shop' link to Monero navigation (#200)

* Update links in the Monero FAQ

Links to the Monero Fund /apply and /projects were missing the preceding /monero directory

* Add 'Shop' link to monero navigation
This commit is contained in:
Matt Kowal
2025-12-18 16:05:19 +00:00
committed by GitHub
parent d59e95129a
commit 83802a3896

View File

@@ -8,6 +8,7 @@ export const fundHeaderNavLinks: Record<
{ title: 'Apply', href: 'apply', isButton: false },
{ title: 'FAQs', href: 'faq', isButton: false },
{ title: 'About', href: 'about', isButton: false },
{ title: 'Shop', href: 'https://shop.monerofund.org', isButton: false },
],
firo: [{ title: 'About', href: 'about', isButton: false }],
privacyguides: [