Fix "create new list" and import buttons on home page

This commit is contained in:
kolaente 2021-04-15 17:21:20 +02:00
parent 30067935d1
commit 2f213beb03
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

@ -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>