1
0

Fix empty call to actions

This commit is contained in:
kolaente
2021-01-21 18:14:22 +01:00
parent bdfbe8857a
commit 0667a96376
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.