Skip to content

Commit

Permalink
Merge pull request #35 from enpitut2023/AddExplanation
Browse files Browse the repository at this point in the history
会議作成の画面で必須任意の表記を追加
  • Loading branch information
pictomo authored Jan 5, 2024
2 parents f2b067e + 4306fbf commit a1fe6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MakeMeeting.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const MakeMeeting = (props) => {
e-talk IDの新規生成はこちら
<form onSubmit={handleSubmit}>
<label>
会議名:
会議名(必須)
<input
type="text"
name="name"
Expand All @@ -55,7 +55,7 @@ export const MakeMeeting = (props) => {
</label>
<br />
<label>
会議URL:
会議URL(任意)
<input
type="text"
name="url"
Expand Down

0 comments on commit a1fe6f5

Please sign in to comment.