Adds ChangeLogo for Creator

This commit is contained in:
Jonathan Bourdon
2024-08-06 00:51:25 -04:00
parent f4b060dd9d
commit cb25586d9a
4 changed files with 82 additions and 84 deletions

View File

@@ -43,7 +43,7 @@
<div class="absolute lg:ml-72 transform -translate-y-1/2 lg:-translate-y-1/2 z-20">
<img
class="rounded-full border-solid border-2 z-20 lg:max-w-[200px] max-w-[200px] h-auto"
:src="creator.storedDataUrls.profilePictureUrl || '/images/usersmedia/HutopyProfile/profilepictures/profileHutopyProfile01.png'"
:src="creator.storedDataUrls.profilePictureUrl"
alt="Profile Picture"
:style="{ borderColor: creator.profileColors.accent || '#A30E79', height: '150px' /* Adjust the height here */ }"
/>