new mode shorthands

This commit is contained in:
Sendou
2020-04-07 19:22:05 +03:00
parent d0263a48f0
commit da14db1ee1

View File

@@ -10,10 +10,10 @@ import cb from "../../assets/cb.png"
import { Image } from "@chakra-ui/core"
const modeCodes: Record<string, string> = {
sz,
tc,
rm,
cb,
splat_zones: sz,
tower_control: tc,
rainmaker: rm,
clam_blitz: cb,
} as const
interface EmojiProps {