Skip to content

Commit 20330a2

Browse files
refactor(QuizzesStats): revert leading for total points score
1 parent 1809ea9 commit 20330a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Quiz/QuizzesStats.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const QuizzesStats = ({
9494
<Center className="size-16 rounded-full bg-primary">
9595
<TrophyIcon className="size-[35.62px] fill-background" />
9696
</Center>
97-
<span className="text-5xl font-bold">
97+
<span className="text-5xl font-bold leading-base">
9898
{totalCorrectAnswers}
9999
<span className="text-body-medium">
100100
/{totalQuizzesPoints}

0 commit comments

Comments
 (0)