forked from lavender/watch-party
		
	Fix label IDs on join form
This commit is contained in:
		
							parent
							
								
									be5a05e0fd
								
							
						
					
					
						commit
						bd4a333d67
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -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 a new issue