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}>
<div class="button-content">
{#if loading}
<div><Spinner size="10" /></div>
<Spinner size="10" />
{/if}
Download system logs
</div>