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;