From 65ce217699707d72cb0d0488084f5f3731e71aa8 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Sun, 29 Jan 2023 12:03:39 -0500 Subject: [PATCH] Hide Granda banner --- src/components/nav/navLinks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav/navLinks.ts b/src/components/nav/navLinks.ts index 3b6df37..175b349 100644 --- a/src/components/nav/navLinks.ts +++ b/src/components/nav/navLinks.ts @@ -1,5 +1,5 @@ export const navLinks = [ { label: 'Swap', to: '/' }, - { label: 'Granda', to: '/granda' }, + // { label: 'Granda', to: '/granda' }, { label: 'About', to: '/about' }, ]