We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24ee71 commit 163fb12Copy full SHA for 163fb12
src/shared/components/challenge-listing/Filters/FiltersPanel/index.jsx
@@ -37,7 +37,7 @@ import ChallengeSearchBar from 'containers/challenge-listing/ChallengeSearchBar'
37
import { challenge as challengeUtils } from 'topcoder-react-lib';
38
import { createStaticRanges } from 'utils/challenge-listing/date-range';
39
import ArrowIcon from 'assets/images/ico-arrow-down.svg';
40
-import CircleIcon from 'assets/images/Icon-circle.png';
+import CircleIcon from 'assets/images/icon-circle.png';
41
import Button from '../Button';
42
import UiSimpleRemove from '../../Icons/ui-simple-remove.svg';
43
import BucketSelector from '../../Sidebar/BucketSelector';
0 commit comments