[team] fix team member markers in cards

This commit is contained in:
Andrea Vos 2021-08-11 21:04:48 +00:00
parent 6921bf37f7
commit 4b450a10a7

View File

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