diff --git a/client/src/components/attachments/Attachments/ItemContent.jsx b/client/src/components/attachments/Attachments/ItemContent.jsx index 3831286c..b6dc5eaf 100644 --- a/client/src/components/attachments/Attachments/ItemContent.jsx +++ b/client/src/components/attachments/Attachments/ItemContent.jsx @@ -16,7 +16,7 @@ import { usePopupInClosableContext } from '../../../hooks'; import { isListArchiveOrTrash } from '../../../utils/record-helpers'; import { AttachmentTypes, BoardMembershipRoles } from '../../../constants/Enums'; import EditStep from './EditStep'; -import Favicon from './Favicon'; +import Favicon from '../../common/Favicon'; import TimeAgo from '../../common/TimeAgo'; import styles from './ItemContent.module.scss'; @@ -131,7 +131,11 @@ const ItemContent = React.forwardRef(({ id, onOpen }, ref) => { {attachment.data.image && canEdit && (