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

@@ -553,7 +553,7 @@ let drawerbottom = ref(false)
let navigationItems = [
{ icon: 'mdi-home', text: 'Accueil', link: 'home' },
{ icon: 'mdi-account-group', text: 'Utilisateur', link: '/userbrowser' },
//{ icon: 'mdi-file-document-outline', text: 'Contenu', link: '/creatorfolio' }
{ icon: 'mdi-handshake', text: 'Aidez-nous', link: '/contact' },
];
</script>