diff --git a/web/src/pages/SongPage.tsx b/web/src/pages/SongPage.tsx index a810dda..23878d4 100644 --- a/web/src/pages/SongPage.tsx +++ b/web/src/pages/SongPage.tsx @@ -170,15 +170,6 @@ function IconPause() { ); } -function IconVolume() { - return ( - - ); -} - // ── WaveformPins — rendered in a div above the WaveSurfer canvas ─────────────── function WaveformPins({ @@ -619,17 +610,7 @@ export function SongPage() { {isReady && duration > 0 ? ` / ${formatTime(duration)}` : ""} - {/* Volume */} -