From fd547cba34f4af93d0e5905d478228c5c5972089 Mon Sep 17 00:00:00 2001 From: Aminejv Date: Wed, 25 Aug 2021 17:44:08 +0100 Subject: [PATCH] feat(ProfilePhoto): remove pointer --- components/core/ProfilePhoto.js | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/components/core/ProfilePhoto.js b/components/core/ProfilePhoto.js index 5823901f..20ddb4a5 100644 --- a/components/core/ProfilePhoto.js +++ b/components/core/ProfilePhoto.js @@ -34,14 +34,7 @@ function BoringAvatar({ avatarCss, ...props }) { let avatarUrl = `https://source.boringavatars.com/marble/${props.size}/${props.userId}?square&colors=${colors}`; return ( - profile preview + profile preview ); } @@ -55,7 +48,6 @@ function UploadedAvatar({ avatarCss, ...props }) { style={{ ...props.style, backgroundImage: `url('${props.url}')`, - cursor: "pointer", }} > {props.visible ? props.popover : null}