Banner + profilePicture + mapped socialNetworks url into the creator.vue

This commit is contained in:
Dominic Villemure
2024-07-04 22:42:53 -04:00
parent 308e96c26b
commit 973653158d
3 changed files with 160 additions and 35 deletions

View File

@@ -74,7 +74,7 @@
<div v-if="currentUser.userName !== 'Anonyme'">
<v-list-item class="nav-button">
<router-link :to="`/${currentUserName}`">
<router-link :to="`/@${currentUserName}`">
<v-btn class="w-100 " variant="plain"> {{ currentUserName }}</v-btn>
</router-link>
</v-list-item>