From da14db1ee1afd767fc21b826da65dadb8a97ed9d Mon Sep 17 00:00:00 2001 From: Sendou Date: Tue, 7 Apr 2020 19:22:05 +0300 Subject: [PATCH] new mode shorthands --- frontend-react/src/components/elements/Emoji.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend-react/src/components/elements/Emoji.tsx b/frontend-react/src/components/elements/Emoji.tsx index b065c23cd..c792d7b65 100644 --- a/frontend-react/src/components/elements/Emoji.tsx +++ b/frontend-react/src/components/elements/Emoji.tsx @@ -10,10 +10,10 @@ import cb from "../../assets/cb.png" import { Image } from "@chakra-ui/core" const modeCodes: Record = { - sz, - tc, - rm, - cb, + splat_zones: sz, + tower_control: tc, + rainmaker: rm, + clam_blitz: cb, } as const interface EmojiProps {