Skip to content

Commit

Permalink
sync emojis with match runner
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 25, 2024
1 parent 41dae24 commit 91ed501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/match/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
swaps: Swap[];
}
const ASSET_EMOJIS = [ 'πŸͺ™', '🍞', '🐟️', '🍎', 'πŸ₯•', 'πŸ‘•' ];
const ASSET_EMOJIS = [ 'πŸͺ™', 'πŸ…', '🍞', '🐟️', 'πŸ₯•', 'πŸ‘•' ];
let tournamentId: string | undefined;
let seasonIdx: number | undefined;
Expand Down

0 comments on commit 91ed501

Please sign in to comment.