mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-03-18 22:29:42 +01:00
chore: placeholder image
This commit is contained in:
parent
47d5716238
commit
4d3ebb0ac6
@ -121,9 +121,9 @@ export default function UploadProfilePicture({
|
||||
<img
|
||||
className="absolute inset-0 h-full w-full object-cover"
|
||||
src={
|
||||
file?.preview ??
|
||||
user.image ??
|
||||
'https://d22sqt16nof9dt.cloudfront.net/1683071715132-1x3.jpeg'
|
||||
file?.preview ||
|
||||
user.image ||
|
||||
'https://d22sqt16nof9dt.cloudfront.net/placeholder.png'
|
||||
}
|
||||
alt={file?.name ?? 'Profile picture'}
|
||||
loading="lazy"
|
||||
|
Loading…
x
Reference in New Issue
Block a user