This commit is contained in:
Adria Navarro 2023-07-10 17:45:45 +02:00
parent e0c0e9bd65
commit 6bd4157485
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
<Button cta on:click={download} disabled={loading}> <Button cta on:click={download} disabled={loading}>
<div class="button-content"> <div class="button-content">
{#if loading} {#if loading}
<div><Spinner size="10" /></div> <Spinner size="10" />
{/if} {/if}
Download system logs Download system logs
</div> </div>