Skip to content

Commit

Permalink
core: frontend: components: wizard: Move 'start' button the the right…
Browse files Browse the repository at this point in the history
… side

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jun 28, 2023
1 parent 7c5a7c3 commit 58838a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions core/frontend/src/components/wizard/Wizard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
If your vehicle is already set up, you can skip this wizard.
</v-card>
<v-row class="pa-5 justify-space-between">
<v-btn
color="primary"
@click="nextStep()"
>
Start
</v-btn>
<v-btn
color="warning darken"
@click="setWizardVersion(); cancel()"
>
Skip Wizard
</v-btn>
<v-btn
color="primary"
@click="nextStep()"
>
Start
</v-btn>
</v-row>
</v-stepper-content>
<v-stepper-content step="1">
Expand Down

0 comments on commit 58838a5

Please sign in to comment.