mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-25 04:26:00 -05:00
tw emoji added
This commit is contained in:
BIN
frontend-react/src/assets/tw.png
Normal file
BIN
frontend-react/src/assets/tw.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user