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 {