fix(overlay): make leaderboard logo priority loaded
All checks were successful
deploy / deploy (push) Successful in 1m4s
All checks were successful
deploy / deploy (push) Successful in 1m4s
This commit is contained in:
parent
5e8737d7fa
commit
4b966aaaae
@ -32,6 +32,7 @@ export default function PlayerStats({ player, config }: PlayerStatsProps) {
|
|||||||
src={leaderboardImages[config.platform]}
|
src={leaderboardImages[config.platform]}
|
||||||
width={36}
|
width={36}
|
||||||
height={36}
|
height={36}
|
||||||
|
priority
|
||||||
/>
|
/>
|
||||||
<p className="text-3xl">{formatNumber(player.pp, 2)}pp</p>
|
<p className="text-3xl">{formatNumber(player.pp, 2)}pp</p>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user