diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue index 09be4c7..39ab062 100644 --- a/src/views/main/CreatorFolio.vue +++ b/src/views/main/CreatorFolio.vue @@ -538,8 +538,6 @@ - - @@ -549,12 +547,12 @@ import DefaultLayout from '@/layouts/DefaultLayout.vue'; import FooterLayout from '@/layouts/FooterLayout.vue'; import { ref } from 'vue'; import StripePayment from '../StripePayment.vue'; + const accepted = ref(false); const decline = ref(false); let imageSrc = '../../../images/guillaimeaime3x.png'; let profilePicture = '../../../images/guillaume.png'; - let name = 'Guillaume Mousseau' let title = 'Créateur de contenus' let drawerbottom = false @@ -563,16 +561,6 @@ let navigationItems = [ { icon: 'mdi-account-group', text: 'Amis', link: '/contact' }, { icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' } ]; -let tools = [ - { icon: 'mdi-wallet', text: 'Bourse', link: '/portefeuille' }, -] - - -let items = [ - { icon: "icon", text: "text" }, - { icon: "icon2", text: "text2" }, -] -