Skip to content
Snippets Groups Projects
Commit 4b45dad7 authored by 이권민's avatar 이권민
Browse files

[EDIT] 투표 종료 시간 안내 문구 추가

parent c594fe95
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ function MeetingInfoForm() { ...@@ -101,7 +101,7 @@ function MeetingInfoForm() {
</select> </select>
</label> </label>
</div> </div>
<div> <div className="calendar-month">
<Calendar usingDate={usingDate} setUsingDate={setUsingDate} /> <Calendar usingDate={usingDate} setUsingDate={setUsingDate} />
</div> </div>
<div className="timeStartEnd"> <div className="timeStartEnd">
...@@ -116,6 +116,7 @@ function MeetingInfoForm() { ...@@ -116,6 +116,7 @@ function MeetingInfoForm() {
onChange={handleNumber} onChange={handleNumber}
placeholder="예상 투표 인원(선택)" placeholder="예상 투표 인원(선택)"
/> />
<a>예상 투표 종료 시간(선택)</a>
<Input type="datetime-local" value={endVote} onChange={handleVoteEnd} /> <Input type="datetime-local" value={endVote} onChange={handleVoteEnd} />
<Button type="submit" text="시작하기" /> <Button type="submit" text="시작하기" />
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment