Skip to content

Commit

Permalink
feat(ui): improve room label
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyckahn committed Nov 6, 2024
1 parent af9d249 commit 13dbd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function Home({ userId }: HomeProps) {
</Typography>
<FormControl fullWidth>
<TextField
label="Room name (generated client-side)"
label="Room name (generated on your device)"
variant="outlined"
value={roomName}
onChange={handleRoomNameChange}
Expand Down

0 comments on commit 13dbd6e

Please sign in to comment.