From effb6a86417affc5bca76cdaba78a1f98ae161d2 Mon Sep 17 00:00:00 2001 From: Maze Winther Date: Thu, 7 Aug 2025 15:46:09 +0200 Subject: [PATCH] feat: remove background blur note --- apps/web/src/components/editor/preview-panel.tsx | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/apps/web/src/components/editor/preview-panel.tsx b/apps/web/src/components/editor/preview-panel.tsx index cc58a598..8842b482 100644 --- a/apps/web/src/components/editor/preview-panel.tsx +++ b/apps/web/src/components/editor/preview-panel.tsx @@ -508,13 +508,6 @@ export function PreviewPanel() { ) )} - {activeProject?.backgroundType === "blur" && - blurBackgroundElements.length === 0 && - activeElements.length > 0 && ( -
- Add a video or image to use blur background -
- )} ) : null} @@ -771,13 +764,6 @@ function FullscreenPreview({ ) )} - {activeProject?.backgroundType === "blur" && - blurBackgroundElements.length === 0 && - activeElements.length > 0 && ( -
- Add a video or image to use blur background -
- )}