mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Refine and synchronize group slug on group profile with user slug on user profile
This commit is contained in:
parent
294da3048f
commit
4f2ea8ef3c
@ -38,8 +38,8 @@
|
||||
</ds-heading>
|
||||
<!-- group slug -->
|
||||
<ds-text align="center" color="soft">
|
||||
<!--<base-icon name="at" data-test="at" />-->
|
||||
&{{ groupSlug }}
|
||||
<!-- <base-icon name="at" data-test="ampersand" /> -->
|
||||
{{ `&${groupSlug}` }}
|
||||
</ds-text>
|
||||
<!-- group location -->
|
||||
<ds-text v-if="group && group.location" align="center" color="soft" size="small">
|
||||
|
||||
@ -31,8 +31,8 @@
|
||||
{{ userName }}
|
||||
</ds-heading>
|
||||
<ds-text align="center" color="soft">
|
||||
<base-icon name="at" />
|
||||
{{ userSlug }}
|
||||
<!-- <base-icon name="at" data-test="at" /> -->
|
||||
{{ `@${userSlug}` }}
|
||||
</ds-text>
|
||||
<ds-text v-if="user.location" align="center" color="soft" size="small">
|
||||
<base-icon name="map-marker" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user