Skip to content

Commit df172a5

Browse files
committed
upd comments
1 parent 2da6aa6 commit df172a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/card/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function Card({
4141
}
4242

4343
return (
44-
<div className="w-full max-w-[420px] flex flex-col">
44+
<div className="w-full max-w-[420px] flex flex-col mb-[60px]">
4545
<p className="px-2 text-sm my-1">
4646
Г{groupId} В{cardId}, FP: {forgetProbability} CS: {correctStreak}
4747
</p>

0 commit comments

Comments
 (0)