Skip to content

Commit

Permalink
chore: replace icon for dynamic leverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed May 6, 2024
1 parent 65f8312 commit 32a0fbc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { FC } from 'react';
import { LegacyArrowRight2pxIcon } from '@deriv/quill-icons';
import { LegacyArrowLeft2pxIcon } from '@deriv/quill-icons';
import { WalletText } from '../../../../components';
import useDevice from '../../../../hooks/useDevice';
import { useDynamicLeverageModalState } from '../../components/DynamicLeverageContext';
Expand All @@ -12,7 +12,7 @@ export const DynamicLeverageTitle: FC = () => {

return (
<div className='wallets-dynamic-leverage-screen__title'>
<LegacyArrowRight2pxIcon
<LegacyArrowLeft2pxIcon
className='wallets-dynamic-leverage-screen__title-back'
data-testid='back_icon'
iconSize='xs'
Expand Down

0 comments on commit 32a0fbc

Please sign in to comment.