hmm
This commit is contained in:
parent
447a1e1e6b
commit
e834ed3ae1
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@ const Card: React.FC<CardProps> = ({ card, setCard, setMoney, setGubblePoints, u
|
|||
return (
|
||||
<div className="bg-gray-800 rounded-lg shadow-lg p-6 flex flex-col items-center mb-6 w-full max-w-md">
|
||||
<div className="mb-2 text-lg font-semibold text-gray-100">{card.tier?.name} Scratch Card</div>
|
||||
<div className="mb-2 text-l font-semibold text-gray-100">Winning numbers:</div>
|
||||
<div className="mb-4 flex gap-4 justify-center">
|
||||
{card.winningNumbers.map((num, i) => (
|
||||
<div key={i} className="w-12 h-12 flex items-center justify-center rounded-full bg-blue-900 text-blue-300 text-xl font-bold border-2 border-blue-700">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue