diff --git a/apps/web/src/lib/components/FileUpload.svelte b/apps/web/src/lib/components/FileUpload.svelte index f02260a..1e7768e 100644 --- a/apps/web/src/lib/components/FileUpload.svelte +++ b/apps/web/src/lib/components/FileUpload.svelte @@ -1,74 +1,74 @@
- + - + {#if value || fileName}
@@ -194,78 +213,78 @@
{:else}
- +
{/if}
- -
-

- {fileName || "Arquivo anexado"} -

-

- {#if uploading} - Carregando... - {:else} - Enviado com sucesso - {/if} -

-
+ +
+

+ {fileName || 'Arquivo anexado'} +

+

+ {#if uploading} + Carregando... + {:else} + Enviado com sucesso + {/if} +

+
- -
- {#if fileUrl} - - {/if} - - -
- - {:else} - - {/if} + +
+ {#if fileUrl} + + {/if} + + +
+ + {:else} + + {/if} - {#if error} -
- {error} -
- {/if} + {#if error} +
+ {error} +
+ {/if}