mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
tooltip shows group name
This commit is contained in:
parent
b9742395c5
commit
eebf1511ed
@ -29,7 +29,7 @@
|
||||
<span v-if="wide"> </span>
|
||||
<span v-if="group" class="group-info">
|
||||
<span class="text">{{ $t('group.in') }}</span>
|
||||
<nuxt-link :to="groupLink" class="group-link" :title="groupSlug">
|
||||
<nuxt-link :to="groupLink" class="group-link" :title="groupName">
|
||||
{{ groupNameTruncated }}
|
||||
</nuxt-link>
|
||||
</span>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user