This commit is contained in:
Henry Jameson 2026-08-28 20:30:03 +03:00
commit 224b9faa02
3 changed files with 6 additions and 6 deletions

View file

@ -41,7 +41,7 @@
{{ $t('admin_dash.users.labels.handle_colon') }}
{{ ' ' }}
</strong>
<user-link
<UserLink
class="basic-user-card-screen-name"
:user="user"
/>

View file

@ -24,7 +24,7 @@
class="Notification container -muted"
>
<small>
<user-link
<UserLink
:user="notification.from_profile"
:at="false"
/>
@ -215,7 +215,7 @@
v-if="notification.type === 'follow' || notification.type === 'follow_request'"
class="follow-text"
>
<user-link
<UserLink
class="follow-name"
:user="notification.from_profile"
/>
@ -249,7 +249,7 @@
v-else-if="notification.type === 'move'"
class="move-text"
>
<user-link
<UserLink
:user="notification.target"
/>
</div>

View file

@ -26,7 +26,7 @@
class="fa-scale-110 fa-old-padding repeat-icon"
icon="retweet"
/>
<user-link
<UserLink
:user="repeater"
:at="false"
/>
@ -154,7 +154,7 @@
>
{{ user.name }}
</h4>
<user-link
<UserLink
class="account-name"
:title="user.screen_name_ui"
:user="user"