diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index 2daaac17..68e02669 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -350,12 +350,21 @@ $effect(() => { onclick={() => fileInput.click()} onkeydown={(e) => e.key === 'Enter' && fileInput.click()} > - + viewBox="0 0 24 24" + fill="none" + stroke="currentColor" + stroke-width="2" + stroke-linecap="round" + stroke-linejoin="round" + aria-hidden="true" + > + + + + {isUploading ? '…' : m.upload_drop_hint()}