hide signup progress on first step

This commit is contained in:
2025-03-24 11:01:17 +01:00
parent 31cd1a61ad
commit 42f2a5ba21

View File

@@ -72,7 +72,9 @@
<Card.Description
>Let me guide you through the signup process.</Card.Description
>
{#if currentStep.name !== Steps.WELCOME.name}
<Progress value={currentStep.progress} />
{/if}
</Card.Header>
<Card.Content class="grid gap-4">
{#if currentStep.name == Steps.WELCOME.name}