File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments