Update where we jump form icon to icon
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
33ef680c41
commit
93db217239
1 changed files with 1 additions and 1 deletions
|
@ -30,6 +30,6 @@ interface Props {
|
|||
|
||||
export function VolumeIcon({ volume }: Props) {
|
||||
if (volume <= 0) return <AudioMuted />;
|
||||
if (volume <= 0.75) return <AudioLow />;
|
||||
if (volume <= 0.5) return <AudioLow />;
|
||||
return <Audio />;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue