diff --git a/src/views/Profile/Dialogs/PageInformations/LogoPicker.vue b/src/views/Profile/Dialogs/PageInformations/LogoPicker.vue
new file mode 100644
index 0000000..bc87bbd
--- /dev/null
+++ b/src/views/Profile/Dialogs/PageInformations/LogoPicker.vue
@@ -0,0 +1,75 @@
+
+
+ Logo
+
+
+
+
+
+
+
+ Annuler
+ Enregistrer
+
+
+
+
+
diff --git a/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue b/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue
deleted file mode 100644
index 88fcedc..0000000
--- a/src/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
Choisir Image de profil
-
-

-
-
-
-
-
Aperçu de la bannière:
-
![Banner Preview]()
-
-
-
- Annuler
- Enregistrer
-
-
-
-
-
-
-
diff --git a/src/views/Profile/PageInformations.vue b/src/views/Profile/PageInformations.vue
index a66364a..673d9c3 100644
--- a/src/views/Profile/PageInformations.vue
+++ b/src/views/Profile/PageInformations.vue
@@ -4,7 +4,7 @@ import Socials from '@/views/Profile/Dialogs/PageInformations/Socials.vue';
import BannerPicker from '@/views/Profile/Dialogs/PageInformations/BannerPicker.vue';
import ColorTopBanner from '@/views/Profile/Dialogs/PageInformations/ColorTopBanner.vue';
import ColorBottomBanner from "@/views/Profile/Dialogs/PageInformations/ColorBottomBanner.vue";
-import ProfilePicturePicker from "@/views/Profile/Dialogs/PageInformations/ProfilePicturePicker.vue";
+import LogoPicker from "@/views/Profile/Dialogs/PageInformations/LogoPicker.vue";
import ColorBorder from "@/views/Profile/Dialogs/PageInformations/ColorBorder.vue";
import ColorMenu from "@/views/Profile/Dialogs/PageInformations/ColorMenu.vue";
import {useUserStore} from "@/stores/userStore.js";
@@ -15,13 +15,13 @@ const dialog = ref(false);
const currentComponent = ref('');
const componentsMap = {
- Socials,
BannerPicker,
+ LogoPicker,
+ Socials,
ColorTopBanner,
ColorBottomBanner,
- ProfilePicturePicker,
ColorBorder,
- ColorMenu
+ ColorMenu,
};
const openDialog = (component) => {
@@ -83,9 +83,9 @@ const closeDialog = () => {
diff --git a/src/views/creators/CreatorBanner.vue b/src/views/creators/CreatorBanner.vue
index dfd6273..04cba43 100644
--- a/src/views/creators/CreatorBanner.vue
+++ b/src/views/creators/CreatorBanner.vue
@@ -43,7 +43,7 @@