forked from Shiloh/remnantchat
feat: do not obscure join room buttons with tooltip
This commit is contained in:
parent
35c3f2fee3
commit
0fc4ad040b
@ -64,9 +64,8 @@ export function Home({ userId }: HomeProps) {
|
||||
</PeerNameDisplay>
|
||||
</Typography>
|
||||
<FormControl fullWidth>
|
||||
<Tooltip title="Default room names are randomly generated client-side">
|
||||
<TextField
|
||||
label="Room name"
|
||||
label="Room name (generated client-side)"
|
||||
variant="outlined"
|
||||
value={roomName}
|
||||
onChange={handleRoomNameChange}
|
||||
@ -84,7 +83,6 @@ export function Home({ userId }: HomeProps) {
|
||||
}}
|
||||
size="medium"
|
||||
/>
|
||||
</Tooltip>
|
||||
</FormControl>
|
||||
<Box
|
||||
sx={{
|
||||
|
Loading…
Reference in New Issue
Block a user