From defff2fc46978072f2ead822cf8bbd34f7629192 Mon Sep 17 00:00:00 2001 From: vadi25 <57663552+vadi25@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:30:22 +0200 Subject: [PATCH] fix: changed mute track icon to more understandable ones (#550) --- apps/web/src/components/editor/timeline/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/components/editor/timeline/index.tsx b/apps/web/src/components/editor/timeline/index.tsx index d8261d9b..c48075d1 100644 --- a/apps/web/src/components/editor/timeline/index.tsx +++ b/apps/web/src/components/editor/timeline/index.tsx @@ -22,8 +22,8 @@ import { ZoomOut, Bookmark, Eye, - MicOff, - Mic, + VolumeOff, + Volume2, } from "lucide-react"; import { Tooltip, @@ -803,12 +803,12 @@ export function Timeline() { >
{track.muted ? ( - toggleTrackMute(track.id)} /> ) : ( - toggleTrackMute(track.id)} />