chore: placeholder image

pull/3907/head
Arik Chakma 2 years ago committed by Kamran Ahmed
parent 47d5716238
commit 4d3ebb0ac6
  1. 6
      src/components/Profile/UploadProfilePicture.tsx

@ -121,9 +121,9 @@ export default function UploadProfilePicture({
<img <img
className="absolute inset-0 h-full w-full object-cover" className="absolute inset-0 h-full w-full object-cover"
src={ src={
file?.preview ?? file?.preview ||
user.image ?? user.image ||
'https://d22sqt16nof9dt.cloudfront.net/1683071715132-1x3.jpeg' 'https://d22sqt16nof9dt.cloudfront.net/placeholder.png'
} }
alt={file?.name ?? 'Profile picture'} alt={file?.name ?? 'Profile picture'}
loading="lazy" loading="lazy"

Loading…
Cancel
Save