diff --git a/src/pages/Profile/ProfilePage.jsx b/src/pages/Profile/ProfilePage.jsx
index b45f842..a56450b 100644
--- a/src/pages/Profile/ProfilePage.jsx
+++ b/src/pages/Profile/ProfilePage.jsx
@@ -33,7 +33,9 @@ function ProfilePage() {
Mail : {user?.email}
Téléphone : {user?.phone === null ? "Pas de numéro enregistré" : user?.phone}
+
+
Tâches :
diff --git a/src/pages/Profile/ProfilePage.module.css b/src/pages/Profile/ProfilePage.module.css
index 7f560cf..3c5b26b 100644
--- a/src/pages/Profile/ProfilePage.module.css
+++ b/src/pages/Profile/ProfilePage.module.css
@@ -9,7 +9,11 @@
border-radius: 20px;
box-sizing: border-box;
}
-
+.settingImage{
+ width:100%;
+ display: flex;
+ justify-content: center;
+}
.contentWrapper {
display: flex;
flex-direction: column;