diff --git a/memory-game/components/MemoryGame.jsx b/memory-game/components/MemoryGame.jsx index 4ab3bf1c..6ba93344 100644 --- a/memory-game/components/MemoryGame.jsx +++ b/memory-game/components/MemoryGame.jsx @@ -133,7 +133,7 @@ const MemoryGame = () => { {won ? "You Won!" : ""} - {/* Rest Button */} + {/* Reset Button */}