fix: make discord button an actual button and not <a/>
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ function Content() {
|
||||
|
||||
<nav className="social-links">
|
||||
<a href={TWITTER_LINK} target="_blank" rel="noopener noreferrer">twitter</a> •
|
||||
<a onClick={toggleModal}>discord</a> •
|
||||
<button onClick={toggleModal}>discord</button> •
|
||||
<a href={STEAM_LINK} target="_blank" rel="noopener noreferrer">steam</a>
|
||||
</nav>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user