diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index 09ba888..9b00a5e 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -92,7 +92,7 @@ export function Sidebar() { > {isCapturePaused ? : } {isCapturePaused && ( - + )} {isCapturePaused ? t('capture.resume') : t('capture.pause')} diff --git a/src/components/preview/PreviewPanel.tsx b/src/components/preview/PreviewPanel.tsx index 224f1c0..8577e44 100644 --- a/src/components/preview/PreviewPanel.tsx +++ b/src/components/preview/PreviewPanel.tsx @@ -598,7 +598,7 @@ function TransformPicker({ return (