Adds SVG for all social network icons

This commit is contained in:
2025-02-13 00:22:40 -05:00
parent be06638582
commit d2e5810736
29 changed files with 422 additions and 521 deletions

View File

@@ -6,12 +6,9 @@
>
<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 w-[200px] h-[200px]"
:src="brandingStore.value.images?.logo ?? '/images/placeholders/logo.png'"
alt="Profile Picture"
:style="{
height: '190px'
}"
/>
<!-- Tint Effect -->
@@ -31,12 +28,10 @@
<v-dialog v-model="isDialogOpen" max-width="800px">
<template #default="{ close }">
<div class="bg-white rounded-2xl p-4">
<creator-logo-editor
:creator="brandingStore?.value"
@closeRequested="() => isDialogOpen = false"
></creator-logo-editor>
</div>
</template>
</v-dialog>