fix: moving v4v on artist cards.

This commit is contained in:
Paul Couture 2023-12-21 16:49:18 +00:00
parent 173986da5e
commit 9630f331a2

View File

@ -12,6 +12,9 @@
<h4>Bio:</h4> <h4>Bio:</h4>
<p>{{ nl2br($artist->bio) }}</p> <p>{{ nl2br($artist->bio) }}</p>
@endif @endif
@if ($artist->alby)
<p>Value4Value:<br>{{ strtolower($artist->alby) }}</p>
@endif
<div class="social size-small justify-content-center mb-4"> <div class="social size-small justify-content-center mb-4">
@if ($artist->website) @if ($artist->website)
<a href="{{ $artist->website }}" title="website"><i class="ri-pages-line"></i></a> <a href="{{ $artist->website }}" title="website"><i class="ri-pages-line"></i></a>