fix css for VolunteersProfilePicture

This commit is contained in:
p2405951
2026-03-13 17:39:55 +01:00
parent 2dfc46ede8
commit 9ce7f1058c
2 changed files with 1 additions and 7 deletions
-7
View File
@@ -114,13 +114,6 @@ function ProfilePage() {
<div className={styles.container}>
<div className={`${styles.profileboard} glassCard`}>
<div className={styles.contentWrapper}>
{/*<div className={styles.profilePictureContainer}>
<img
src={isOwnProfile ? (profilePicture || "/react.svg") : "/react.svg"}
alt="Photo de profil"
className={styles.profilePicture}
/>
</div>*/}
<div className={styles.profilePictureContainer} onClick={isOwnProfile ? handleEditPictureClick : undefined} style={isOwnProfile ? { cursor: "pointer" } : {}}>
<img
src={isOwnProfile ? (profilePicture || "/react.svg") : "/react.svg"}
@@ -44,4 +44,5 @@
width: 40px;
height: 40px;
flex-shrink: 0;
object-fit: contain;
}