fix: odd grid issues

pull/1500/head
prathoseraaj 12 months ago
parent 6a240ae689
commit 1ec5b53f9f

@ -115,6 +115,9 @@ const MemoryGame = () => {
value={gridSize}
onChange={handleGridSize}
/>
{error && (
<div className="text-sm text-red-500 mt-2">{error}</div>
)}
</div>
{/* Cards */}
<div

Loading…
Cancel
Save