소스 검색

how many seconds is in 2 minutes

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

+ 1 - 0
client/src/components/util/GameCreationForm.jsx

@@ -50,6 +50,7 @@ export default ({ afterCreate }) => {
         <Dropdown
           options={{
             "30 Seconds": 30,
+            "2 Minutes": 120,
             "5 Minutes": 300,
             "1 Hour": 3600,
           }}