Add profile picture update banner.png. Also fixe CreatorLogo.vue to add the profile picture

This commit is contained in:
PascalMarchesseault
2025-02-12 22:43:08 -05:00
parent be06638582
commit a63a2362c3
3 changed files with 1 additions and 1 deletions

View File

@@ -7,7 +7,7 @@
<img
class="shadow-2xl rounded-full border-solid border-hSecondary border-102 max-w-[190px]"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/logo.png'"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/profile.png'"
alt="Profile Picture"
:style="{
height: '190px'