fix: remove link to git

This commit is contained in:
2026-05-28 07:11:09 -03:00
parent 4c57e8f24f
commit cc0cf9e055
+1 -2
View File
@@ -24,8 +24,7 @@ function Content() {
<nav className="social-links"> <nav className="social-links">
<a href={TWITTER_LINK}>twitter</a> <a href={TWITTER_LINK}>twitter</a>
<a onClick={toggleModal}>discord</a> <a onClick={toggleModal}>discord</a>
<a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a> <a href={STEAM_LINK} style={{ cursor: 'pointer' }}>steam</a>
<a href="https://git.neru.rip/neru">projects</a>
</nav> </nav>
<section className="content-box"> <section className="content-box">