From e4f87e1c942273db66412f523c435c07503039a2 Mon Sep 17 00:00:00 2001 From: Jonatan Date: Sun, 12 May 2024 19:25:58 +0200 Subject: [PATCH] Update Navbar Links (#8) Co-authored-by: Luc --- components/NavBar/NavBar.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/NavBar/NavBar.tsx b/components/NavBar/NavBar.tsx index 9f94f69..6f3a4fa 100644 --- a/components/NavBar/NavBar.tsx +++ b/components/NavBar/NavBar.tsx @@ -2,7 +2,7 @@ import { FC } from 'react'; export const NavBar: FC = () => { return ( -
+
v3xlabs @@ -13,13 +13,11 @@ export const NavBar: FC = () => {
    {[ ['.company', 'https://v3x.company'], - ['.contact', 'https://v3x.contact'], ['.domains', 'https://v3x.domains'], ['.health', 'https://v3x.health'], ['.store', 'https://v3x.store'], ['.team', 'https://v3x.team'], - ['.chat', 'https://v3x.chat'], - ['.wiki', 'https://v3x.wiki'], + // ['.chat', 'https://v3x.chat'], ['.vc', 'https://v3x.vc'], ].map(([label, href]) => (