Update memory-game/components/MemoryGame.jsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/1500/head
Lee Stott 2 months ago committed by GitHub
parent 0faef13a58
commit 825ba0d0a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ const MemoryGame = () => {
{won ? "You Won!" : ""}
</div>
{/* Rest Button */}
{/* Reset Button */}
<button
className="px-5 py-2 bg-green-500 rounded text-white mt-5"
onClick={initalizeGame}

Loading…
Cancel
Save