mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
Fix username
This commit is contained in:
@@ -42,7 +42,7 @@ export default function Username() {
|
|||||||
<Input
|
<Input
|
||||||
onChange={(e) => setUsername(e.target.value)}
|
onChange={(e) => setUsername(e.target.value)}
|
||||||
onKeyDown={handleKeyDown}
|
onKeyDown={handleKeyDown}
|
||||||
placeholder="Usernname here"
|
placeholder="Username here"
|
||||||
/>
|
/>
|
||||||
<Button onClick={() => handleJoin()}>Submit</Button>
|
<Button onClick={() => handleJoin()}>Submit</Button>
|
||||||
</Form>
|
</Form>
|
||||||
|
|||||||
Reference in New Issue
Block a user