forked from AkkomaGang/akkoma-fe
Add a class to screen name
This commit is contained in:
parent
24e1adf6df
commit
a8d11b22e7
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<span v-else>{{ user.name }}</span>
|
<span v-else>{{ user.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<router-link :to="userProfileLink(user)">
|
<router-link class="user-card-screen-name" :to="userProfileLink(user)">
|
||||||
@{{user.screen_name}}
|
@{{user.screen_name}}
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue