浏览代码

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,
           }}