dev #588

Merged
ysCha merged 3 commits from dev into prd-deploy 2026-01-19 13:41:49 +09:00
Showing only changes of commit 87a283c79d - Show all commits

View File

@ -381,7 +381,7 @@ export default function Join() {
</th> </th>
<td> <td>
<div className="input-wrap" style={{ width: '200px' }}> <div className="input-wrap" style={{ width: '200px' }}>
<input type="text" id="email" name="email" className="input-light" maxLength={30} ref={emailRef} /> <input type="text" id="email" name="email" className="input-light" maxLength={50} ref={emailRef} />
</div> </div>
</td> </td>
</tr> </tr>