diff --git a/src/components/CommentEditor/CommentActionMobile.tsx b/src/components/CommentEditor/CommentActionMobile.tsx index 5b8b89a66..39625e765 100644 --- a/src/components/CommentEditor/CommentActionMobile.tsx +++ b/src/components/CommentEditor/CommentActionMobile.tsx @@ -1,7 +1,7 @@ import { PhotographIcon, TrashIcon } from '@heroicons/react/outline'; import { FilmIcon } from '@heroicons/react/outline'; import { PaperAirplaneIcon } from '@heroicons/react/outline'; -import { PaperClipIcon } from '@heroicons/react/outline'; +import { GiftIcon } from '@heroicons/react/outline'; import React from 'react'; @@ -73,13 +73,10 @@ export const CommentActionMobile: React.FC = props => { disabled={length === 0} className={styles.attachButton}> - - {i18n.t('ExclusiveContent.Attach')} - ) : (