Skip to content
Snippets Groups Projects
Commit 02fcfa81 authored by Jure's avatar Jure
Browse files

fix: use an svg for default profile picture

parent 11412e2a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment