forked from AkkomaGang/akkoma-fe
Merge branch 'fix/use-full-res-avatar-in-usercard' into 'develop'
Use _original profile pic instead of the 48x48 thumbnail in the user card content. See merge request !100
This commit is contained in:
commit
cbe652f2d9
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<i class="icon-cog usersettings"></i>
|
<i class="icon-cog usersettings"></i>
|
||||||
</router-link>
|
</router-link>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<img :src="user.profile_image_url">
|
<img :src="user.profile_image_url_original">
|
||||||
<span class="glyphicon glyphicon-user"></span>
|
<span class="glyphicon glyphicon-user"></span>
|
||||||
<div class="name-and-screen-name">
|
<div class="name-and-screen-name">
|
||||||
<div class='user-name'>{{user.name}}</div>
|
<div class='user-name'>{{user.name}}</div>
|
||||||
|
|
Loading…
Reference in a new issue