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' }, ]