From 5e8737d7faed878ef206f8cf4d97e1608b6e1c7c Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 6 Nov 2023 19:39:23 +0000 Subject: [PATCH] fix(overlay): make avatar priority loaded --- src/components/overlay/PlayerStats.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/overlay/PlayerStats.tsx b/src/components/overlay/PlayerStats.tsx index ea7d8f6..5e98fd0 100644 --- a/src/components/overlay/PlayerStats.tsx +++ b/src/components/overlay/PlayerStats.tsx @@ -23,6 +23,7 @@ export default function PlayerStats({ player, config }: PlayerStatsProps) { src={player.profilePicture} width={180} height={180} + priority />