frontend: changed thumbnail to profile picture
This commit is contained in:
@@ -46,8 +46,8 @@
|
||||
<div class="header-nav-item">
|
||||
<a href="/auth/about/{$page.data.user.id}">
|
||||
<img
|
||||
src={$page.data.user.thumbnail
|
||||
? $page.data.user.thumbnail
|
||||
src={$page.data.user.profile_picture
|
||||
? $page.data.user.profile_picture
|
||||
: Avatar}
|
||||
alt={`${$page.data.user.first_name} ${$page.data.user.last_name}`}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user