Change landing page text colI added a div to remove the white background created by the card div.or
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user