diff --git a/src/components/TextArea.svelte b/src/components/TextArea.svelte index 31d730e..7b57120 100644 --- a/src/components/TextArea.svelte +++ b/src/components/TextArea.svelte @@ -6,7 +6,7 @@ {#if labelText !== ""} - Source + {labelText} {/if}