forked from AkkomaGang/akkoma-fe
add title to user card account name too
This commit is contained in:
parent
476954295e
commit
717adf22cc
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
<div class="bottom-line">
|
<div class="bottom-line">
|
||||||
<router-link
|
<router-link
|
||||||
class="user-screen-name"
|
class="user-screen-name"
|
||||||
|
:title="user.screen_name"
|
||||||
:to="userProfileLink(user)"
|
:to="userProfileLink(user)"
|
||||||
>
|
>
|
||||||
@{{ user.screen_name }}
|
@{{ user.screen_name }}
|
||||||
|
|
Loading…
Reference in a new issue