remove links

This commit is contained in:
Theo Browne
2026-02-22 16:02:56 -08:00
parent 20bdc7b771
commit 9ea6c68edd
2 changed files with 5 additions and 5 deletions

View File

@@ -347,8 +347,11 @@ function Standings({
<a href="/history" className="standings__link">
History
</a>
<a href="/admin" className="standings__link">
Admin
<a href="https://twitch.tv/quipslop" target="_blank" rel="noopener noreferrer" className="standings__link">
Twitch
</a>
<a href="https://github.com/T3-Content/quipslop" target="_blank" rel="noopener noreferrer" className="standings__link">
GitHub
</a>
</div>
</div>

View File

@@ -270,9 +270,6 @@ function App() {
<a href="/" className="back-link">
Back to Game
</a>
<a href="/admin" className="back-link">
Admin
</a>
</div>
</div>