Skip to content

Commit

Permalink
Merge pull request #43 from leodvincci/patch-1
Browse files Browse the repository at this point in the history
Fixing spacing in result page score
  • Loading branch information
bbland1 authored Jan 6, 2024
2 parents 999f250 + 45e43ee commit 9dee1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/QuizItems/QuizLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function QuizLogic() {
<div className="question-card func-button final-score">
<h2>{finalScoreWords}</h2>
<h3>
You got a{scorePercentage}
You got a {scorePercentage}
%!
</h3>
<h3>
Expand Down

0 comments on commit 9dee1ad

Please sign in to comment.