more info in tooltips

This commit is contained in:
Gavin McDonald
2025-04-15 15:48:36 -04:00
parent 46e56212e7
commit 4df12a80b0
4 changed files with 78 additions and 12 deletions

View File

@@ -90,6 +90,7 @@ export default function GamePage() {
<div key={index} className="aspect-[2/3]}">
{card && (
<Card
dm={isDM}
card={card}
position={layout[cardMap[index]]}
flipAction={() => flipCard(cardMap[index])}