Fixe Fallback for new account
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<div>
|
||||
<img
|
||||
class="rounded-full border-solid border-2 absolute z-20 max-w-[175px] ml-15 -mt-20"
|
||||
: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