Fix empty call to actions

This commit is contained in:
kolaente 2021-01-21 18:14:22 +01:00
parent bdfbe8857a
commit 0667a96376
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
4 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@
</router-link>
</li>
</ul>
<p v-else-if="!teamService.loading" class="has-text-centered has-text-grey">
<p v-else-if="!teamService.loading" class="has-text-centered has-text-grey is-italic">
You are currently not part of any teams.
<router-link :to="{name: 'teams.create'}">
Create a new team.