forked from AkkomaGang/akkoma-fe
addressed PR comments
This commit is contained in:
parent
e3848f6efb
commit
481c5ecba8
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<i class="icon-link-ext usersettings"></i>
|
||||
</a>
|
||||
<div class='container'>
|
||||
<router-link :to="{ name: 'user-profile', params: { id: user.id } }">
|
||||
<router-link @click.native="activatePanel('timeline')" :to="{ name: 'user-profile', params: { id: user.id } }">
|
||||
<StillImage class="avatar" :class='{ "better-shadow": betterShadow }' :src="user.profile_image_url_original"/>
|
||||
</router-link>
|
||||
<div class="name-and-screen-name">
|
||||
|
|
Loading…
Reference in a new issue