Skip to content

Commit afc8002

Browse files
committed
Leaderboard: Added bold font for podium
1 parent 301c695 commit afc8002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Leaderboard/tools/PodiumPlayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const PodiumPlayer = ({ player, position, selectedStat }) => {
2828
<PlayerInfo $position={positionClass}>
2929
<Username
3030
onClick={() => handleClickUsername(playerName)}
31-
style={{ paddingTop: '10px' }}
31+
style={{ paddingTop: '10px', fontWeight: 'bold' }}
3232
>
3333
{playerName}</Username>
3434
<TrophyContainer $position={positionClass}>

0 commit comments

Comments
 (0)