From ee299274a1915f528681ddd534a33052c710dfcb Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 17 Oct 2023 23:30:12 +0100 Subject: [PATCH] fix country flags --- src/components/Common/Flag.svelte | 4 ++-- src/components/Player/PlayerStats.svelte | 21 ++++++++++----------- src/components/Player/ScoreRank.svelte | 9 ++++----- 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/src/components/Common/Flag.svelte b/src/components/Common/Flag.svelte index 1b609cd..906c877 100644 --- a/src/components/Common/Flag.svelte +++ b/src/components/Common/Flag.svelte @@ -1,5 +1,5 @@ {#if country && country.length} - dispatch('flag-click', {country: country.toLowerCase()})}> {/if} diff --git a/src/components/Player/PlayerStats.svelte b/src/components/Player/PlayerStats.svelte index 7b20757..2b52b31 100644 --- a/src/components/Player/PlayerStats.svelte +++ b/src/components/Player/PlayerStats.svelte @@ -1,15 +1,14 @@