fix: make discord button an actual button and not <a/>

This commit is contained in:
2026-05-31 11:38:37 -03:00
parent 1ee1461d51
commit cd630f0372
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -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>