Skip to content

Commit 353e4ef

Browse files
committed
more concise wording for dnd-only browsers
1 parent b6e8aaa commit 353e4ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/splash.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,11 @@ const Copy: Component<
615615
<div class="dnd-bg-hover"></div>
616616
<div class="dnd-content">
617617
<Icon icon={iconCloudUpload} class="dnd-icon" />
618+
{PICKERS_UNAVAILABLE ? (
619+
<p>Drag and drop Celeste directory</p>
620+
) : (
618621
<p>Or, drag and drop one here</p>
622+
)}
619623
</div>
620624
</div>
621625
{$if(use(this.status), <div class="error">{use(this.status)}</div>)}

0 commit comments

Comments
 (0)