Fix username

This commit is contained in:
Cassian Godsted
2025-01-15 14:43:56 -05:00
parent a2857cdd85
commit 456020f77a

View File

@@ -42,7 +42,7 @@ export default function Username() {
<Input
onChange={(e) => setUsername(e.target.value)}
onKeyDown={handleKeyDown}
placeholder="Usernname here"
placeholder="Username here"
/>
<Button onClick={() => handleJoin()}>Submit</Button>
</Form>