Merge branch 'features/pendingMembers' into dev
This commit is contained in:
@@ -33,7 +33,9 @@ function ProfilePage() {
|
|||||||
<p><strong>Mail :</strong> {user?.email} </p>
|
<p><strong>Mail :</strong> {user?.email} </p>
|
||||||
<p><strong>Téléphone :</strong> {user?.phone === null ? "Pas de numéro enregistré" : user?.phone}</p>
|
<p><strong>Téléphone :</strong> {user?.phone === null ? "Pas de numéro enregistré" : user?.phone}</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div className={styles.settingImage}>
|
||||||
<SettingsModal />
|
<SettingsModal />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Tâches :</h2>
|
<h2>Tâches :</h2>
|
||||||
|
|||||||
@@ -9,7 +9,11 @@
|
|||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
.settingImage{
|
||||||
|
width:100%;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
.contentWrapper {
|
.contentWrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user