update: friends list + button

This commit is contained in:
Maieul BOYER 2026-01-16 16:47:41 +01:00 committed by Nigel
parent 590604b385
commit c5eea6e29e
8 changed files with 156 additions and 76 deletions

View file

@ -37,6 +37,7 @@
<a href="/ttt" class="hover:bg-gray-700 rounded-md px-3 py-2">⭕ Tic-Tac-Toe</a>
<a href="/pong" class="hover:bg-gray-700 rounded-md px-3 py-2">▮•▮ Ping Pong</a>
<a href="/tour" class="hover:bg-gray-700 rounded-md px-3 py-2">🏆 Tournaments</a>
<a href="/friends" class="hover:bg-gray-700 rounded-md px-3 py-2">😎 Friends</a>
<a href="/logout" class="hover:bg-gray-700 rounded-md px-3 py-2">🚪 Logout</a>
</nav>
</aside>