Skip to content

Commit

Permalink
Make the "Join Us" button an invite to our Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
samholmes committed Aug 24, 2024
1 parent 6794f73 commit 3fa19e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const Header = () => {
</ul>
</div>
<div className="navbar-end">
<a className="btn" href="/join">
Join Us
<a className="btn" href="https://discord.gg/J3YrrErwjc">
Join Us on Discord
</a>
</div>
</nav>
Expand Down

0 comments on commit 3fa19e2

Please sign in to comment.