From 98033203cde0cbd24ad8d144772e6a5b7b702a0b Mon Sep 17 00:00:00 2001 From: PascalMarchesseault <97350299+PascalMarchesseault@users.noreply.github.com> Date: Thu, 19 Sep 2024 00:11:03 -0400 Subject: [PATCH] Redesign updated - Banner - The header in the app is disabled. --- src/App.vue | 4 +- src/views/creators/CreatorBanner.vue | 2 +- src/views/creators/CreatorPage.vue | 6 +- src/views/creators/FollowButton.vue | 8 +- src/views/creators/SubscribeButton.vue | 8 +- .../banner/bannerlower/BannerActionsXl.vue | 121 +++++++++++------- 6 files changed, 90 insertions(+), 59 deletions(-) diff --git a/src/App.vue b/src/App.vue index 39768ee..e1077b3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@