hide signup progress on first step

This commit is contained in:
Philipp Dormann 2025-03-24 11:01:17 +01:00
parent 31cd1a61ad
commit 42f2a5ba21
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -72,7 +72,9 @@
<Card.Description
>Let me guide you through the signup process.</Card.Description
>
<Progress value={currentStep.progress} />
{#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}