add features

This commit is contained in:
Aidan Haas
2025-07-07 17:28:52 -04:00
parent 6b531bb32f
commit 2f4cdc25ce
4 changed files with 51 additions and 10 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export default function HomePage() {
<div className="mb-4">
{currentPlayer ? (
<p className="text-lg">
🎯 Current Player: <strong>{currentPlayer}</strong>
🎯 Current Player: <strong>{currentPlayer.name} ({currentPlayer.group})</strong>
</p>
) : (
<p className="text-gray-500">Waiting for turn to start</p>