From 3e35c3ab4506da1331d125cf4eb415b3218c2c96 Mon Sep 17 00:00:00 2001 From: prathoseraaj V <146630697+prathoseraaj@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:45:07 +0530 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 4ee828ed..44095310 100644 --- a/memory-game/components/MemoryGame.jsx +++ b/memory-game/components/MemoryGame.jsx @@ -97,7 +97,7 @@ const MemoryGame = () => { }, [selectedPairs, array]); return ( -
+
{/* Heading */}

Memory Game

{/* Grid Size */}