diff --git a/components/editor/AudioEditor.tsx b/components/editor/AudioEditor.tsx index 39c4240..15efa6d 100644 --- a/components/editor/AudioEditor.tsx +++ b/components/editor/AudioEditor.tsx @@ -1067,7 +1067,7 @@ export function AudioEditor() { {/* Analyzer Toggle */} -
+
{/* Analyzer Display */} -
- {analyzerView === 'frequency' ? ( - - ) : ( - - )} +
+
+ {analyzerView === 'frequency' ? ( + + ) : ( + + )} +