Remove wallet modal & add btn to contact

This commit is contained in:
PascalMarchesseault
2024-05-28 23:32:57 -04:00
parent 66f44cc5ef
commit 664028371b
7 changed files with 8 additions and 477 deletions

View File

@@ -149,20 +149,10 @@
<v-icon left class="mr-4">{{ item.icon }}</v-icon>
{{ item.text }}
</v-btn>
</router-link>
</v-list-item>
<v-list-item>
<v-dialog transition="dialog-top-transition" width="auto">
<!-- <template v-slot:activator="{ props: activatorProps }">
<v-btn v-bind="activatorProps" text class="d-flex align-start align-center main-background"
elevation="0" outlined="false">
<v-icon left class="mr-4">mdi-wallet</v-icon>
<p @click="isActive.value = false">Bourse</p>
</v-btn>
</template>-->
</v-dialog>
</v-list-item>
</v-list>
</v-col>
</v-container>
@@ -268,9 +258,6 @@
<p class="text-justify pa-10" style="margin-bottom: -6%; font-size: 1em">
ARPS | Podcast EP. 2 - La beauté du filmmaking (Avec Simon Bélanger)
</p>
@@ -311,13 +298,8 @@
</v-row>
<p class="text-justify pa-10" style="margin-bottom: -6%; font-size: 1em">
Regardez les coulisses qui vous montrent notre projet de création de studio de podcast, le premier à
Saint-Hyacinthe.
</p>
@@ -360,10 +342,6 @@
<p class="text-justify pa-10" style="margin-bottom: -6%; font-size: 1em">
Nous vous présentons notre démo-reel d'ARPS. Comme le disait Albert Einstein : "La créativité est
l'intelligence qui s'amuse."
</p>
@@ -454,6 +432,7 @@ let drawerbottom = ref(false)
let navigationItems = [
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
{ icon: 'mdi-account-group', text: 'Créateurs', link: '/userbrowser' },
{ icon: 'mdi-handshake', text: 'Aidez-nous', link: '/contact' },
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
];
</script>