mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-11 04:22:19 +00:00
fix: tutorials first step
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user