소스 검색

Rename gun game setting to gatekeeper

Kirk Trombley 3 년 전
부모
커밋
842d246361
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      client/src/components/util/GameCreationForm/GameCreationForm.jsx

+ 2 - 2
client/src/components/util/GameCreationForm/GameCreationForm.jsx

@@ -263,8 +263,8 @@ const GameCreationForm = ({ afterCreate, lastSettings = null }) => {
             <Item value={FROZEN} display="❄️">
               Frozen
             </Item>
-            <Item value={GUN_GAME} display="🔫">
-              Gun Game
+            <Item value={GUN_GAME} display="🚪">
+              Gatekeeper
             </Item>
           </Dropdown>
           <Dropdown