diff --git a/frontend-react/src/assets/tw.png b/frontend-react/src/assets/tw.png new file mode 100644 index 000000000..a25b89915 Binary files /dev/null and b/frontend-react/src/assets/tw.png differ diff --git a/frontend-react/src/components/elements/Emoji.tsx b/frontend-react/src/components/elements/Emoji.tsx index c792d7b65..93bfef394 100644 --- a/frontend-react/src/components/elements/Emoji.tsx +++ b/frontend-react/src/components/elements/Emoji.tsx @@ -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 = { + turf_war: tw, splat_zones: sz, tower_control: tc, rainmaker: rm, diff --git a/frontend-react/src/components/markdown/MarkdownHelpPage.tsx b/frontend-react/src/components/markdown/MarkdownHelpPage.tsx index 000c432ae..d49addcc6 100644 --- a/frontend-react/src/components/markdown/MarkdownHelpPage.tsx +++ b/frontend-react/src/components/markdown/MarkdownHelpPage.tsx @@ -41,6 +41,9 @@ const MarkdownHelpPage: React.FC = () => {

Mode emoji + + :turf_war: -> + :splat_zones: ->