Skip to content

Commit 38fa2fe

Browse files
committed
fixed invalid discord link in navbar component
1 parent 924e5fc commit 38fa2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Components/Navbar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Navbar() {
5151
</Link>
5252
</div>
5353
<div className = {styles.third} id = {styles.contactButton}>
54-
<Link href = 'https://discord.gg/JdXtvNtA' target = "_blank">
54+
<Link href = 'https://discord.gg/QJhDqWywaP' target = "_blank">
5555
<button>JOIN!</button>
5656
</Link>
5757
<a href = '/Waturbine_Sponsorship.pdf' target = "_blank">

0 commit comments

Comments
 (0)