We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1809ea9 commit 20330a2Copy full SHA for 20330a2
src/components/Quiz/QuizzesStats.tsx
@@ -94,7 +94,7 @@ const QuizzesStats = ({
94
<Center className="size-16 rounded-full bg-primary">
95
<TrophyIcon className="size-[35.62px] fill-background" />
96
</Center>
97
- <span className="text-5xl font-bold">
+ <span className="text-5xl font-bold leading-base">
98
{totalCorrectAnswers}
99
<span className="text-body-medium">
100
/{totalQuizzesPoints}
0 commit comments