Update memory-game/components/MemoryGame.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
prathoseraaj V 2 months ago committed by GitHub
parent 3e35c3ab45
commit 2ec0937ecc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -129,7 +129,7 @@ const MemoryGame = () => {
? isSelectedPairs(card.id)
? "bg-green-500 text-white"
: "bg-blue-500 text-white"
: "bg-gray-300 text-gray-400 "
: "bg-gray-300 text-gray-400"
}`}
>
{isFlipped(card.id) ? card.number : "?"}

Loading…
Cancel
Save