We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71cf6d7 + 5f9384e commit 0ed1437Copy full SHA for 0ed1437
1 file changed
client/src/components/LeaderBoard.tsx
@@ -40,7 +40,7 @@ function LeaderBoard() {
40
<div className="player-info">
41
<img src={user.selectedAvatar} />
42
<p>{user.username}</p>
43
- <img src="/src/assets/dans_gold_star.png" />
+ <img src="/public/assets/dans_gold_star.png" />
44
<p>{user.correctAnswers}</p>
45
</div>
46
);
0 commit comments