fix: tutorials first step

This commit is contained in:
Torsten Dittmann
2023-09-26 03:07:24 +02:00
parent cfb8db030b
commit 31d670b4b6

View File

@@ -56,7 +56,11 @@
</a>
{/if}
{#if nextStep}
<a href={nextStep.href} class="aw-button is-secondary">
<a
href={nextStep.href}
class="aw-button is-secondary"
style:margin-left={prevStep ? undefined : 'auto'}
>
<span class="aw-sub-body-500">
Step {nextStep.step}<span class="aw-is-not-mobile">: {nextStep.title}</span>
</span>