Merge pull request #123 from sinanptm/fix-preview-placeholder-text

Changed Preview Empty placeholder to No media added to timeline
This commit is contained in:
iza 2025-06-26 12:46:02 +03:00 committed by GitHub
commit b10bb8ed55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ export function PreviewPanel() {
{activeClips.length === 0 ? (
<div className="absolute inset-0 flex items-center justify-center text-muted-foreground">
{tracks.length === 0
? "Drop media to start editing"
? "No media added to timeline"
: "No clips at current time"}
</div>
) : (