Add a class to screen name

This commit is contained in:
taehoon 2019-02-27 14:04:19 -05:00
parent 24e1adf6df
commit a8d11b22e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<span v-else>{{ user.name }}</span>
</div>
<div>
<router-link :to="userProfileLink(user)">
<router-link class="user-card-screen-name" :to="userProfileLink(user)">
@{{user.screen_name}}
</router-link>
</div>