fix(overlay): make avatar priority loaded
All checks were successful
deploy / deploy (push) Successful in 57s
All checks were successful
deploy / deploy (push) Successful in 57s
This commit is contained in:
parent
cefaa734fd
commit
5e8737d7fa
@ -23,6 +23,7 @@ export default function PlayerStats({ player, config }: PlayerStatsProps) {
|
||||
src={player.profilePicture}
|
||||
width={180}
|
||||
height={180}
|
||||
priority
|
||||
/>
|
||||
<div>
|
||||
<div className="flex gap-1">
|
||||
|
Loading…
Reference in New Issue
Block a user