Skip to content

Commit

Permalink
fix skull color
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 19, 2023
1 parent 8a02748 commit cc5aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Leaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const Leaderboard = ({
</Text>
<Box flexShrink={0} style={{ marginTop: "-8px" }}>
{score.dead ? (
<Skull color={avatarColor} />
<Skull color={color} />
) : (
<Avatar
name={genAvatarFromAddress(score.address)}
Expand Down

0 comments on commit cc5aad4

Please sign in to comment.