From 825ba0d0a11b9c4d3c276e83ae1e209c43df06d6 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Fri, 3 Oct 2025 09:35:46 +0100 Subject: [PATCH] Update memory-game/components/MemoryGame.jsx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- memory-game/components/MemoryGame.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */}