From 99e9cb6cd343a47b8f681e17e68e23e8930c3f25 Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Fri, 26 Jul 2024 17:24:29 +0200 Subject: [PATCH] add warning --- src/components/editors/ProjectEditor/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/editors/ProjectEditor/index.tsx b/src/components/editors/ProjectEditor/index.tsx index d6523cba..bde32e72 100644 --- a/src/components/editors/ProjectEditor/index.tsx +++ b/src/components/editors/ProjectEditor/index.tsx @@ -60,7 +60,7 @@ export function ProjectEditor() { }} /> - label={'Default media width'} + label={'Default media width ⚠️'} value={current.width || 1024} defaultValue={1024} // 4k is 3840×2160 @@ -69,7 +69,7 @@ export function ProjectEditor() { maxValue={1024} /> - label={'Default media height'} + label={'Default media height ⚠️'} value={current.height || 576} defaultValue={576} // 4k is 3840×2160