Fix "create new list" and import buttons on home page
This commit is contained in:
parent
30067935d1
commit
2f213beb03
1 changed files with 4 additions and 1 deletions
|
@ -16,7 +16,10 @@
|
||||||
<p class="mt-4" v-if="migratorsEnabled">
|
<p class="mt-4" v-if="migratorsEnabled">
|
||||||
Or import your lists and tasks from other services into Vikunja:
|
Or import your lists and tasks from other services into Vikunja:
|
||||||
</p>
|
</p>
|
||||||
<x-button :to="{ name: 'migrate.start' }" :shadow="false">
|
<x-button
|
||||||
|
v-if="migratorsEnabled"
|
||||||
|
:to="{ name: 'migrate.start' }"
|
||||||
|
:shadow="false">
|
||||||
Import your data into Vikunja
|
Import your data into Vikunja
|
||||||
</x-button>
|
</x-button>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue