From 91ed501aa5df8f3dff9ef227ebc6e7ccf51509a8 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Tue, 25 Jun 2024 02:27:56 -0400 Subject: [PATCH] sync emojis with match runner --- src/routes/(app)/match/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(app)/match/+page.svelte b/src/routes/(app)/match/+page.svelte index 793f96a..da7604d 100644 --- a/src/routes/(app)/match/+page.svelte +++ b/src/routes/(app)/match/+page.svelte @@ -65,7 +65,7 @@ swaps: Swap[]; } - const ASSET_EMOJIS = [ '🪙', '🍞', '🐟️', '🍎', '🥕', '👕' ]; + const ASSET_EMOJIS = [ '🪙', '🍅', '🍞', '🐟️', '🥕', '👕' ]; let tournamentId: string | undefined; let seasonIdx: number | undefined;