fix: moving v4v on artist cards.
This commit is contained in:
parent
173986da5e
commit
9630f331a2
@ -12,6 +12,9 @@
|
||||
<h4>Bio:</h4>
|
||||
<p>{{ nl2br($artist->bio) }}</p>
|
||||
@endif
|
||||
@if ($artist->alby)
|
||||
<p>Value4Value:<br>⚡{{ strtolower($artist->alby) }}</p>
|
||||
@endif
|
||||
<div class="social size-small justify-content-center mb-4">
|
||||
@if ($artist->website)
|
||||
<a href="{{ $artist->website }}" title="website"><i class="ri-pages-line"></i></a>
|
||||
|
Loading…
Reference in New Issue
Block a user