Skip to content

Commit

Permalink
fix: remove attach button wording and change icon to giftIcon (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciniiia authored Mar 13, 2023
1 parent d974b3b commit aecada9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/CommentEditor/CommentActionMobile.tsx
Original file line number Diff line number Diff line change
@@ -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';

Expand Down Expand Up @@ -73,13 +73,10 @@ export const CommentActionMobile: React.FC<CommentActionProps> = props => {
disabled={length === 0}
className={styles.attachButton}>
<SvgIcon
component={PaperClipIcon}
component={GiftIcon}
viewBox="0 0 24 24"
color="primary"
/>
<Typography component="span" color="primary" variant="body1">
{i18n.t('ExclusiveContent.Attach')}
</Typography>
</IconButton>
) : (
<IconButton
Expand Down

0 comments on commit aecada9

Please sign in to comment.