Skip to content

Commit

Permalink
fixed tutorial button placement
Browse files Browse the repository at this point in the history
  • Loading branch information
13on4rd committed Jan 10, 2025
1 parent 80a360b commit cb2ad21
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/views/StartView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,16 @@ function openSite(url: string) {
</ButtonBox>
</div>
</div>
</div>
<div class="d-flex flex-wrap justify-content-start">
<ButtonBox
:color="tutorial.color"
:description="tutorial.description"
@click="openSite(config.overworldBaseUrl + '1' + '&tutorial')"
>
<template #title>{{ tutorial.title }}</template>
<template #subtitle>{{ tutorial.subtitle }}</template>
</ButtonBox>
<div class="d-flex flex-wrap justify-content-start">
<ButtonBox
:color="tutorial.color"
:description="tutorial.description"
@click="openSite(config.overworldBaseUrl + '1' + '&tutorial')"
>
<template #title>{{ tutorial.title }}</template>
<template #subtitle>{{ tutorial.subtitle }}</template>
</ButtonBox>
</div>
</div>
</div>

Expand Down

0 comments on commit cb2ad21

Please sign in to comment.