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]) => (