add features
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user