fix: odd grid issues

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

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

Loading…
Cancel
Save