fix: adding ability to update artist bg
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<div class="single-author profile flex-stretch">
|
||||
<div class="thumb">
|
||||
<img src="{{ Vite::asset($artist->header ?? 'resources/img/artist-dark-banner-default.png') }}" alt="{{ $artist->name }}'s Cover Photo" />
|
||||
<img src="{{ $artist->header() }}" alt="{{ $artist->name }}'s Cover Photo" />
|
||||
</div>
|
||||
<div class="content">
|
||||
<a href="/artist/{{ $artist->slug }}"><img class="author-thumb avatar_img" src="{{ $artist->avatar() }}"
|
||||
|
||||
Reference in New Issue
Block a user