Skip to content

Commit

Permalink
update icon for suggestions description (#18617)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenil27 authored Nov 13, 2024
1 parent 8e1c839 commit ac3728f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { CheckOutlined, CloseOutlined } from '@ant-design/icons';
import { Button, Card, Typography } from 'antd';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { ReactComponent as StarIcon } from '../../../assets/svg/ic-suggestions.svg';
import { ReactComponent as StarIcon } from '../../../assets/svg/ic-suggestions-coloured.svg';
import UserPopOverCard from '../../common/PopOverCard/UserPopOverCard';
import ProfilePicture from '../../common/ProfilePicture/ProfilePicture';
import RichTextEditorPreviewer from '../../common/RichTextEditor/RichTextEditorPreviewer';
Expand Down

0 comments on commit ac3728f

Please sign in to comment.