start on login

This commit is contained in:
Joseph Montanaro
2023-04-27 14:24:08 -07:00
parent ebc00a5df6
commit 741169d807
9 changed files with 101 additions and 27 deletions

View File

@ -12,6 +12,8 @@
<slot name="input"></slot>
</div>
<p class="mt-3">
<slot name="description"></slot>
</p>
{#if $$slots.description}
<p class="mt-3">
<slot name="description"></slot>
</p>
{/if}