Adds SVG for all social network icons
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user