Fix button tooltip
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
0e5231ba43
commit
130073689d
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ export function InviteButton({
|
|||
export function AudioButton(props: Omit<Props, "variant">) {
|
||||
return (
|
||||
<TooltipTrigger tooltip={() => "Options"}>
|
||||
<Button variant="icon" {...props} tooltip={() => "Volume"}>
|
||||
<Button variant="icon" {...props} tooltip={() => "Local volume"}>
|
||||
<AudioIcon />
|
||||
</Button>
|
||||
</TooltipTrigger>
|
||||
|
|
Loading…
Add table
Reference in a new issue