diff --git a/src/views/creators/BannerActions.vue b/src/views/creators/BannerActions.vue index 42d1c4d..fe32339 100644 --- a/src/views/creators/BannerActions.vue +++ b/src/views/creators/BannerActions.vue @@ -55,65 +55,18 @@ -
- -
- -
-
-
-
-
-
-
-
- -
$
-
- -
- -
- + - - - - -
-
- -
- - Je supporte - -
-
- -
- - - -
-
+ +
+ + + @@ -150,6 +103,8 @@ import {ref, onMounted} from 'vue'; import SubscribeButton from "@/views/creators/SubscribeButton.vue"; import {useBrandingStore} from "@/stores/brandingStore.js"; +import DonationButtonBanner from "@/views/creators/DonationButtonBanner.vue"; +import DonationButton from "@/views/creators/DonationButton.vue"; const brandingStore = useBrandingStore() diff --git a/src/views/creators/CreatorLayout.vue b/src/views/creators/CreatorLayout.vue index f12e87f..6bf747b 100644 --- a/src/views/creators/CreatorLayout.vue +++ b/src/views/creators/CreatorLayout.vue @@ -1,6 +1,6 @@