Fixe Fallback for new account

This commit is contained in:
PascalMarchesseault
2024-09-01 09:37:29 -04:00
parent c96334ed38
commit 18c9e4759f
6 changed files with 12 additions and 8 deletions

View File

@@ -24,13 +24,17 @@
</div>
<!--Banner-->
<div class="relative">
<div class="relative">
<div>
<img class=" w-full drop-shadow-[0_15px_10px_rgba(0,0,0,0.35)]"
:src="creator.images.banner"
alt="Profile Banner" style="max-height: 425px">
<img
class="w-full drop-shadow-[0_15px_10px_rgba(0,0,0,0.35)]"
:src="creator.images.banner ? creator.images.banner : '/images/placeholders/banner.png'"
alt="Profile Banner"
style="max-height: 425px"
>
</div>
</div>
</div>
<!--actions - Lowerpart-->