Compare commits

..

No commits in common. "87a283c79dcae9f5046f1d6b17206c36b72e0786" and "b361ccf4b7342bbd62f043783cfdc748d05766eb" have entirely different histories.

View File

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