diff --git a/src/lib/Others/AlertComp.svelte b/src/lib/Others/AlertComp.svelte index 1dea03e1..2b9e3c6d 100644 --- a/src/lib/Others/AlertComp.svelte +++ b/src/lib/Others/AlertComp.svelte @@ -96,11 +96,13 @@

Input

{/if} {#if $alertStore.type === 'markdown'} - - {#await ParseMarkdown($alertStore.msg) then msg} - {@html msg} - {/await} - +
+ + {#await ParseMarkdown($alertStore.msg) then msg} + {@html msg} + {/await} + +
{:else if $alertStore.type === 'tos'}