mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
[team] fix team member markers in cards
This commit is contained in:
parent
6921bf37f7
commit
4b450a10a7
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user