Skip to content

Commit

Permalink
Update Navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Jun 24, 2023
1 parent 15afe3e commit 4e31518
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ export const NavBar: FC = () => {
<ul className="grid grid-rows-3 grid-flow-col gap-x-4">
{[
['.company', 'https://v3x.company'],
['.wiki', 'https://v3x.wiki'],
['.health', 'https://v3x.health'],
['.contact', 'https://v3x.contact'],
['.domains', 'https://v3x.domains'],
['.health', 'https://v3x.health'],
['.team', 'https://v3x.team'],
['.chat', 'https://v3x.chat'],
['.wiki', 'https://v3x.wiki'],
].map(([label, href]) => (
<li key={label}>
<a
Expand Down

0 comments on commit 4e31518

Please sign in to comment.