Change landing page text colI added a div to remove the white background created by the card div.or

This commit is contained in:
PascalMarchesseault
2025-02-11 19:49:51 -05:00
parent 6a6762da41
commit b3e6f3cda5

View File

@@ -1,5 +1,5 @@
<script setup>
import {computed, ref, watch} from 'vue'
import {computed, ref} from 'vue'
import {useUserProfileStore} from "@/stores/userProfileStore.js";
import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js";
import {useClient} from "@/plugins/api.js";
@@ -47,6 +47,9 @@ async function createAccount() {
</script>
<template>
<div class="h-1"></div> <!-- To delete and find the bug that causes the margin of the following component to use a white background.-->
<div class="create-creator-card">
<div class="py-2 text-3xl font-bold text-center mb-10">