Skip to content

Commit

Permalink
add warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Jul 26, 2024
1 parent d9e8d92 commit 99e9cb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/editors/ProjectEditor/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function ProjectEditor() {
}}
/>
<FormInput<number>
label={'Default media width'}
label={'Default media width ⚠️'}
value={current.width || 1024}
defaultValue={1024}
// 4k is 3840×2160
Expand All @@ -69,7 +69,7 @@ export function ProjectEditor() {
maxValue={1024}
/>
<FormInput<number>
label={'Default media height'}
label={'Default media height ⚠️'}
value={current.height || 576}
defaultValue={576}
// 4k is 3840×2160
Expand Down

0 comments on commit 99e9cb6

Please sign in to comment.