Skip to content

Commit

Permalink
Bump Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed May 12, 2024
1 parent f26841d commit 7775bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions components/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const NavBar: FC = () => {
['.team', 'https://v3x.team'],
['.chat', 'https://v3x.chat'],
['.wiki', 'https://v3x.wiki'],
['.vc', 'https://v3x.vc'],
].map(([label, href]) => (
<li key={label}>
<a
Expand Down
2 changes: 1 addition & 1 deletion components/sections/discord/ChatDiscord.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const ChatDiscord = () => {
don't look in #vc-text
</p>
<a
href="https://discord.gg/v3x"
href="https://v3x.vc"
target="_blank"
className="flex w-fit text-center font-bold items-center gap-2 bg-[#8498FB] text-white px-4 ml-auto mt-2 py-2 rounded-md drop-shadow text-sm"
>
Expand Down

0 comments on commit 7775bd0

Please sign in to comment.