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 18c3b4c3d1
commit 163c9f8a60
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -136,7 +136,7 @@ const MemoryGame = () => {
{/* Reset Button */}
<button
className="px-5 py-2 bg-green-500 rounded text-white mt-5"
onClick={initializeGame}
onClick={initalizeGame}
>
Reset
</button>

Loading…
Cancel
Save