update collect photo link create option icon (#1366)

This commit is contained in:
Vishnu Mohandas 2023-09-18 17:26:47 +05:30 committed by GitHub
commit 9782926b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ import LinkIcon from '@mui/icons-material/Link';
import { MenuItemGroup } from 'components/Menu/MenuItemGroup';
import MenuSectionTitle from 'components/Menu/MenuSectionTitle';
import MenuItemDivider from 'components/Menu/MenuItemDivider';
import { DownloadSharp } from '@mui/icons-material';
export default function EnablePublicShareOptions({
collection,
@ -79,7 +80,7 @@ export default function EnablePublicShareOptions({
<MenuItemDivider hasIcon />
<EnteMenuItem
label={t('COLLECT_PHOTOS')}
startIcon={<LinkIcon />}
startIcon={<DownloadSharp />}
onClick={createCollectPhotoShareableURLHelper}
/>
</MenuItemGroup>