update glassBorder class

This commit is contained in:
2026-01-12 14:04:00 +01:00
parent 5d76670a40
commit 2b3bd4a864
5 changed files with 4 additions and 22 deletions
+2 -2
View File
@@ -24,11 +24,11 @@ function ProfilePage() {
<h2> {user.name} {user.lastname} </h2>
</div>
<div className={styles.topDescription}>
<div className={styles.infoBlock}>
<div className={`${styles.infoBlock} glassBorder`}>
<p><strong>Role :</strong> {user.role}</p>
<p><strong>Membre depuis :</strong> {formatDate(user.created_at)}</p>
</div>
<div className={styles.infoBlock}>
<div className={`${styles.infoBlock} glassBorder`}>
<p><strong>Mail :</strong> {user.email} </p>
<p><strong>Téléphone :</strong> {user.phone === null ? "Pas de numéro enregistré" : user.phone}</p>
</div>