Skip to content

Commit

Permalink
heroicon issue resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
armin-bkh committed Dec 2, 2023
1 parent 2ba8316 commit 8c22389
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/CampaignActivation/CampaignActivation.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {useCallback, useMemo, useState} from 'react';

import {CheckIcon} from '@heroicons/react/solid';
import CheckIcon from '@heroicons/react/24/solid/CheckIcon';

import {ActivationCampaignRes} from '@forest-feed/webServices/campaign/myCampaigns';
import Switch from '@forest-feed/components/kit/Switch/Switch';
Expand Down
3 changes: 2 additions & 1 deletion src/components/NewCampaignStepper/SubmissionStatusStep.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

import React, {useCallback, useEffect, useMemo, useState} from 'react';

import {CheckIcon, XMarkIcon} from '@heroicons/react/24/solid';
import CheckIcon from '@heroicons/react/24/solid/CheckIcon';
import XMarkIcon from '@heroicons/react/24/solid/XMarkIcon';
import {Circles} from 'react-loader-spinner';
import {BigNumberish} from 'ethers';

Expand Down

0 comments on commit 8c22389

Please sign in to comment.