From 21c4a7c5773993ae812e555b0458eef2e6b4420c Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Wed, 13 Dec 2023 19:46:36 +0100 Subject: [PATCH] Fix typo --- front/packages/ui/src/player/components/left-buttons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/packages/ui/src/player/components/left-buttons.tsx b/front/packages/ui/src/player/components/left-buttons.tsx index ac9db0737..645b33114 100644 --- a/front/packages/ui/src/player/components/left-buttons.tsx +++ b/front/packages/ui/src/player/components/left-buttons.tsx @@ -28,7 +28,7 @@ import PlayArrow from "@material-symbols/svg-400/rounded/play_arrow-fill.svg"; import Pause from "@material-symbols/svg-400/rounded/pause-fill.svg"; import VolumeOff from "@material-symbols/svg-400/rounded/volume_off-fill.svg"; import VolumeMute from "@material-symbols/svg-400/rounded/volume_mute-fill.svg"; -import common from "@material-symbols/svg-400/rounded/volume_down-fill.svg"; +import VolumeDown from "@material-symbols/svg-400/rounded/volume_down-fill.svg"; import VolumeUp from "@material-symbols/svg-400/rounded/volume_up-fill.svg"; import { durationAtom, mutedAtom, playAtom, progressAtom, volumeAtom } from "../state"; import { Stylable, px, useYoshiki } from "yoshiki/native";