Skip to content

Commit cd63415

Browse files
committed
minor fix
1 parent 6ffab31 commit cd63415

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

frontend/src/components/LeaderboardPage.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function LeaderboardPage() {
107107
>
108108
{leaderboardData[1].Username}
109109
</Typography>
110-
<div class="score">
110+
<div className="score">
111111
<img
112112
src={StarSharp}
113113
alt="Score"
@@ -128,7 +128,7 @@ function LeaderboardPage() {
128128
>
129129
{leaderboardData[0].Username}
130130
</Typography>
131-
<div class="score">
131+
<div className="score">
132132
<img
133133
src={StarSharp}
134134
alt="Score"
@@ -149,7 +149,7 @@ function LeaderboardPage() {
149149
>
150150
{leaderboardData[2].Username}
151151
</Typography>
152-
<div class="score">
152+
<div className="score">
153153
<img
154154
src={StarSharp}
155155
alt="Score"

frontend/src/components/ResultPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function ResultPage() {
128128
<Typography variant="h6" gutterBottom>
129129
Your Score:
130130
</Typography>
131-
<div class="score">
131+
<div className="score">
132132
<img
133133
src={StarSharp}
134134
alt="Score"

0 commit comments

Comments
 (0)