Merge remote-tracking branch 'origin/main'

# Conflicts:
#	frontend/src/views/creators/CreatorLogo.vue
This commit is contained in:
2025-02-13 00:23:40 -05:00
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 w-[200px] h-[200px]"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/logo.png'"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/profile.png'"
alt="Profile Picture"
/>