Add profile picture update banner.png. Also fixe CreatorLogo.vue to add the profile picture
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 958 KiB After Width: | Height: | Size: 961 KiB |
BIN
frontend/public/images/placeholders/profile.png
Normal file
BIN
frontend/public/images/placeholders/profile.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
<img
|
<img
|
||||||
class="shadow-2xl rounded-full border-solid border-hSecondary border-102 max-w-[190px]"
|
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"
|
alt="Profile Picture"
|
||||||
:style="{
|
:style="{
|
||||||
height: '190px'
|
height: '190px'
|
||||||
|
|||||||
Reference in New Issue
Block a user