From 86dac48446dfdcad8383d9c642d23dbdd07c09e2 Mon Sep 17 00:00:00 2001
From: antoine37120 <ant.dupre@gmail.com>
Date: Wed, 10 May 2023 18:07:10 +0200
Subject: [PATCH] fix: user profile

---
 src/custom-tzcld.js          | 2 +-
 src/styles/user-profile.scss | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/custom-tzcld.js b/src/custom-tzcld.js
index 066556f..20f16fb 100644
--- a/src/custom-tzcld.js
+++ b/src/custom-tzcld.js
@@ -245,7 +245,7 @@ import("./utils.js").then((utils) => {
         render += `</div>`; //section-avatar
         render += `</div>`; //col 1
         render += `<div id="tzcld-user-profile-col2" class="tzcld-user-profile-col2 segment width-60">
-        <h2 class="tzcld-h2">Poste(s) occuppé(s)</h2>
+        <h2 class="tzcld-h2">Poste(s) occupé(s)</h2>
         <div class="col-2-wrapper segment full shadow padding-left-small padding-bottom-small">`; 
 
           
diff --git a/src/styles/user-profile.scss b/src/styles/user-profile.scss
index 4b60c89..15c5e24 100644
--- a/src/styles/user-profile.scss
+++ b/src/styles/user-profile.scss
@@ -24,6 +24,15 @@
         }
 
     }
+    [next="members-edit-profile"] {
+        border-radius: 50%;
+        padding: 16.5px;
+        height: 29px;
+        width: 29px;
+        display: flex;
+        align-items: center;
+        justify-content: center;
+    }
 
     .tzcld-user-profile-wrapper {
 
-- 
GitLab