updated gallery locked icon

This commit is contained in:
Abhinav 2022-06-24 14:25:25 +05:30
parent fee9275c04
commit 569fd0ad96
4 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

View file

@ -24,7 +24,12 @@ export default function EmptyScreen({ openUploader }) {
</div>
) : (
<>
<img height={150} src="/images/gallery.png" />
<img
height={150}
src="/images/gallery-locked/1x.png"
srcSet="/images/gallery-locked/2x.png 2x,
/images/gallery-locked/3x.png 3x"
/>
<Typography color="text.secondary" mt={2}>
{constants.UPLOAD_FIRST_PHOTO_DESCRIPTION()}
</Typography>