Update where we jump form icon to icon
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -30,6 +30,6 @@ interface Props {
|
|||||||
|
|
||||||
export function VolumeIcon({ volume }: Props) {
|
export function VolumeIcon({ volume }: Props) {
|
||||||
if (volume <= 0) return <AudioMuted />;
|
if (volume <= 0) return <AudioMuted />;
|
||||||
if (volume <= 0.75) return <AudioLow />;
|
if (volume <= 0.5) return <AudioLow />;
|
||||||
return <Audio />;
|
return <Audio />;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user