Skip to content

Commit

Permalink
Merge pull request #23 from shontzu-deriv/feature-rebranding
Browse files Browse the repository at this point in the history
fix: fix unit test in cfd-download-container
  • Loading branch information
hirad-deriv committed Mar 17, 2023
2 parents 95f93a4 + ad81b8e commit 1c8bd59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/cfd/src/Components/cfd-download-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ const DxtradeDesktopDownload = ({ active_index, dxtrade_tokens }: TDxtradeDeskto
target='_blank'
rel='noopener noreferrer'
>
<Icon className='cfd-dashboard__download-container-dxtrade-button-icon' icon='IcBrandDxtrade' size={32} />
<Icon
className='cfd-dashboard__download-container-dxtrade-button-icon'
icon='IcRebrandingDxtrade'
size={32}
/>
<div className='cfd-dashboard__download-container-dxtrade-button-text'>
<Text color='colored-background' size='xxs' weight='bold'>
<Localize i18n_default_text='Web terminal' />
Expand Down

0 comments on commit 1c8bd59

Please sign in to comment.