Fixe Fallback for new account
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<div>
|
||||
<img
|
||||
class="rounded-full border-solid border-2 -mt-4 max-w-[80px] h-auto ml-2"
|
||||
:src="creator.images.logo"
|
||||
:src="creator.images.logo ? creator.images.logo : '/images/placeholders/logo.png'"
|
||||
alt="Profile Picture"
|
||||
:style="{ borderColor: creator.colors.accent || '#A30E79', height: '150px'}"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user