Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
remotesynth committed Nov 22, 2024
1 parent 6ffab31 commit cd63415
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions frontend/src/components/LeaderboardPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function LeaderboardPage() {
>
{leaderboardData[1].Username}
</Typography>
<div class="score">
<div className="score">
<img
src={StarSharp}
alt="Score"
Expand All @@ -128,7 +128,7 @@ function LeaderboardPage() {
>
{leaderboardData[0].Username}
</Typography>
<div class="score">
<div className="score">
<img
src={StarSharp}
alt="Score"
Expand All @@ -149,7 +149,7 @@ function LeaderboardPage() {
>
{leaderboardData[2].Username}
</Typography>
<div class="score">
<div className="score">
<img
src={StarSharp}
alt="Score"
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ResultPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function ResultPage() {
<Typography variant="h6" gutterBottom>
Your Score:
</Typography>
<div class="score">
<div className="score">
<img
src={StarSharp}
alt="Score"
Expand Down

0 comments on commit cd63415

Please sign in to comment.