From ccc0bef233e781c869d035c2c46052d11d9249e8 Mon Sep 17 00:00:00 2001 From: Karl Carriere Date: Tue, 17 Dec 2024 09:49:07 -0500 Subject: [PATCH] Passing the right data to donation-button-banner --- src/views/creators/BannerActions.vue | 184 ++++++++++++++++----------- 1 file changed, 108 insertions(+), 76 deletions(-) diff --git a/src/views/creators/BannerActions.vue b/src/views/creators/BannerActions.vue index 85d9a32..c3776b2 100644 --- a/src/views/creators/BannerActions.vue +++ b/src/views/creators/BannerActions.vue @@ -1,13 +1,14 @@  @@ -100,101 +102,135 @@ onBeforeUnmount(() => {
-
+
Profile Picture
-
-

{{ brandingStore.value.name }}

-

{{ brandingStore.value.title }}

+
+

+ {{ brandingStore.value.name }} +

+

+ {{ brandingStore.value.title }} +

-
-
+
+
Profile Picture
-
-

{{ brandingStore.value.name }}

-

{{ brandingStore.value.title }}

+
+

+ {{ brandingStore.value.name }} +

+

+ {{ brandingStore.value.title }} +

-
-
-
+
- -
- -
-
+ :style="{ backgroundColor: brandingStore.colors.secondary }" + > + +
+
@@ -203,10 +239,9 @@ onBeforeUnmount(() => {
- - - -