diff --git a/app/components/component-profile/src/Profile.jsx b/app/components/component-profile/src/Profile.jsx index cdbe2b523c5cb56c006468cdaa493afd5c0ea47a..28b84aa59e5aa80da43bd0ab0b38a151e959352c 100644 --- a/app/components/component-profile/src/Profile.jsx +++ b/app/components/component-profile/src/Profile.jsx @@ -58,7 +58,7 @@ const ProfileDropzone = ({ profilePicture, updateProfilePicture }) => { {profilePicture ? ( <BigProfileImage src={profilePicture} /> ) : ( - <BigProfileImage src="/static/profiles/placeholder.png" /> + <BigProfileImage src="/static/profiles/default_avatar.svg" /> )} {isDragActive ? <Button>Drop it here</Button> : <Button>Change</Button>} </div>