[team] fix team member markers in cards

This commit is contained in:
Avris 2021-08-11 12:19:48 +02:00
parent b02c925d24
commit 04b0d062d1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<Icon v="birthday-cake"/>
{{ profile.age }}
</p>
<p v-if="profile.team" class="mb-2">
<p v-if="profile.teamName || profile.footerName" class="mb-2">
<nuxt-link :to="`/${config.contact.team.route}`" class="badge bg-primary text-white">
<Icon v="collective-logo.svg" class="inverted"/>
<T>contact.team.member</T>