tw emoji added

This commit is contained in:
Sendou
2020-04-08 16:42:25 +03:00
parent ce1ab08dd6
commit b40daa24d5
3 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -7,9 +7,11 @@ import sz from "../../assets/sz.png"
import tc from "../../assets/tc.png"
import rm from "../../assets/rm.png"
import cb from "../../assets/cb.png"
import tw from "../../assets/tw.png"
import { Image } from "@chakra-ui/core"
const modeCodes: Record<string, string> = {
turf_war: tw,
splat_zones: sz,
tower_control: tc,
rainmaker: rm,

View File

@@ -41,6 +41,9 @@ const MarkdownHelpPage: React.FC<RouteComponentProps> = () => {
<p style={{ marginTop: "0.5em" }}>
<b>Mode emoji</b>
<Flex flexDir="column">
<Box>
:turf_war: -> <Emoji value=":turf_war:" />
</Box>
<Box>
:splat_zones: -> <Emoji value=":splat_zones:" />
</Box>