feat: remove background blur note

This commit is contained in:
Maze Winther 2025-08-07 15:46:09 +02:00
parent ce58b5199a
commit effb6a8641
1 changed files with 0 additions and 14 deletions

View File

@ -508,13 +508,6 @@ export function PreviewPanel() {
)
)}
<LayoutGuideOverlay />
{activeProject?.backgroundType === "blur" &&
blurBackgroundElements.length === 0 &&
activeElements.length > 0 && (
<div className="absolute bottom-2 left-2 right-2 bg-black/70 text-white text-xs p-2 rounded">
Add a video or image to use blur background
</div>
)}
</div>
) : null}
@ -771,13 +764,6 @@ function FullscreenPreview({
)
)}
<LayoutGuideOverlay />
{activeProject?.backgroundType === "blur" &&
blurBackgroundElements.length === 0 &&
activeElements.length > 0 && (
<div className="absolute bottom-2 left-2 right-2 bg-black/70 text-white text-xs p-2 rounded">
Add a video or image to use blur background
</div>
)}
</div>
</div>
<div className="p-4 bg-background">