Skip to content

Commit

Permalink
Change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
GrandSchtroumpf committed Jan 13, 2025
1 parent 912f16b commit 08e4763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cart/CartStrategy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { TokensOverlap } from 'components/common/tokensOverlap';
import { StrategyBlockBudget } from 'components/strategies/overview/strategyBlock/StrategyBlockBudget';
import { StrategyBlockBuySell } from 'components/strategies/overview/strategyBlock/StrategyBlockBuySell';
import { StrategyGraph } from 'components/strategies/overview/strategyBlock/StrategyGraph';
import { ReactComponent as IconDelete } from 'assets/icons/delete.svg';
import { ReactComponent as IconTrash } from 'assets/icons/trash.svg';
import { CartStrategy } from 'libs/queries';
import { CSSProperties, FC } from 'react';
import { cn } from 'utils/helpers';
Expand Down Expand Up @@ -80,7 +80,7 @@ export const CartStrategyItems: FC<Props> = (props) => {
aria-label="Delete strategy"
onClick={remove}
>
<IconDelete className="size-16" />
<IconTrash className="size-16" />
</button>
</div>
</header>
Expand Down

0 comments on commit 08e4763

Please sign in to comment.