diff --git a/src/views/main/CreatorFolio.vue b/src/views/main/CreatorFolio.vue
index bff314a..e170d65 100644
--- a/src/views/main/CreatorFolio.vue
+++ b/src/views/main/CreatorFolio.vue
@@ -35,7 +35,7 @@
-
+
@@ -47,19 +47,16 @@
-
-
-
-
-
-
+
+
+
diff --git a/src/views/manualusers/ChloeProfile.vue b/src/views/manualusers/ChloeProfile.vue
index 6efe4d7..1a440d6 100644
--- a/src/views/manualusers/ChloeProfile.vue
+++ b/src/views/manualusers/ChloeProfile.vue
@@ -544,8 +544,8 @@ import { ref } from 'vue';
import StripePayment from '../StripePayment.vue';
let imageSrc = '/images/usersmedia/chloebeaugrand/banners/bannerChloeBeaugrand01.png';
let profilePicture = '/images/usersmedia/chloebeaugrand/profilepictures/profileChloeBeaugrand01.png';
-let name = 'Guillaume Mousseau'
-let title = 'Créateur de contenus'
+let name = 'Chloé Beaugrand'
+let title = 'Spécialiste en média sociaux'
let drawerbottom = ref(false)
let navigationItems = [
@@ -636,7 +636,7 @@ let navigationItems = [
}
.background-pink {
- background-color: #cc6f91;
+ background-color: #231f20;
color: white;
font-weight: 400;
}
@@ -701,7 +701,7 @@ let navigationItems = [
}
.social-container-mobile {
- background-color: #006d77;
+ background-color: #858486;
font-size: 1.4rem;
font-weight: 600;
color: white;
@@ -719,7 +719,7 @@ let navigationItems = [
}
.social-icon-group-mobile {
- background-color: #0baab2;
+ background-color: #8c406e;
}
.mini-profile-picture {