diff --git a/src/App.vue b/src/App.vue index 80f7b89..787d7b0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -7,7 +7,7 @@
- +
diff --git a/public/images/hutopymedia/icons/hutopyIcon.svg b/src/assets/icons/hutopy.svg similarity index 94% rename from public/images/hutopymedia/icons/hutopyIcon.svg rename to src/assets/icons/hutopy.svg index bc581c5..534cc97 100644 --- a/public/images/hutopymedia/icons/hutopyIcon.svg +++ b/src/assets/icons/hutopy.svg @@ -1,7 +1,8 @@ - - - - - + + + + + diff --git a/src/assets/icons/instagram.svg b/src/assets/icons/instagram.svg index 58d354d..59d4e1d 100644 --- a/src/assets/icons/instagram.svg +++ b/src/assets/icons/instagram.svg @@ -1 +1,4 @@ - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/views/main/SideBar.vue b/src/views/main/SideBar.vue index b68e0fb..2e865f6 100644 --- a/src/views/main/SideBar.vue +++ b/src/views/main/SideBar.vue @@ -6,6 +6,7 @@ import {ref} from "vue"; import {useI18n} from 'vue-i18n'; import {useCreatorProfileStore} from "@/stores/creatorProfileStore.js"; import {useUserProfileStore} from "@/stores/userProfileStore.js"; +import HutopyIcon from '@/assets/icons/hutopy.svg' const {locale} = useI18n(); const router = useRouter(); @@ -39,29 +40,9 @@ initializeLocale();
- - - - - - - {{ creatorProfileStore.creator.name }} - + + - - Activer votre page - -
@@ -87,7 +68,27 @@ initializeLocale(); {{ userProfileStore.alias }}
+ + + +
+ + + + {{ creatorProfileStore.creator.name }} + + + + Activer votre page + + +