feat: ship creator journey v2 and profile updates
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
<img
|
||||
src="{{ $art->thumb_url ?? 'https://files.skinbase.org/default/missing_md.webp' }}"
|
||||
@if(!empty($art->thumb_srcset)) srcset="{{ $art->thumb_srcset }}" @endif
|
||||
sizes="70px"
|
||||
alt="{{ $art->name ?? '' }}"
|
||||
class="img-thumbnail"
|
||||
style="width:70px;height:70px;object-fit:cover"
|
||||
|
||||
Reference in New Issue
Block a user