Add onbackground to Footer

This commit is contained in:
PascalMarchesseault
2024-10-06 21:47:29 -04:00
parent 33cc355974
commit afc4488ee3
2 changed files with 31 additions and 25 deletions

View File

@@ -24,6 +24,5 @@
import CreatorBanner from "@/views/creators/CreatorBanner.vue";
import Footer from "@/views/main/Footer.vue";
import {useBrandingStore} from "@/stores/brandingStore.js";
const brandingStore = useBrandingStore()
</script>