diff --git a/src/routes/app/upload/+page.svelte b/src/routes/app/upload/+page.svelte index 0bf2e00d7..183db1d36 100644 --- a/src/routes/app/upload/+page.svelte +++ b/src/routes/app/upload/+page.svelte @@ -14,23 +14,42 @@
- {form?.message} -
- {:else if form?.error} -- {form?.error} -
- {:else} -- Select or drag a document to begin the document upload process. You will - then be able to edit document information. -
- {/if} -+ {form?.message} +
+ {:else if form?.error} ++ {form?.error} +
+ {:else} ++ Select or drag a document to begin the document upload process. You + will then be able to edit document information. +
+ {/if} + + +