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">
|
||||
<router-link
|
||||
class="user-screen-name"
|
||||
:title="user.screen_name"
|
||||
:to="userProfileLink(user)"
|
||||
>
|
||||
@{{ user.screen_name }}
|
||||
|
|
Loading…
Reference in a new issue