forked from lavender/watch-party
Fix label IDs on join form
parent
be5a05e0fd
commit
bd4a333d67
|
@ -16,7 +16,7 @@
|
|||
<form id="join-session-form">
|
||||
<h2>Join a session</h2>
|
||||
|
||||
<label for="nickname">Nickname:</label>
|
||||
<label for="join-session-nickname">Nickname:</label>
|
||||
<input
|
||||
type="text"
|
||||
id="join-session-nickname"
|
||||
|
@ -24,7 +24,7 @@
|
|||
required
|
||||
/>
|
||||
|
||||
<label for="session-id">Session ID:</label>
|
||||
<label for="join-session-id">Session ID:</label>
|
||||
<input
|
||||
type="text"
|
||||
id="join-session-id"
|
||||
|
|
Loading…
Reference in New Issue