Skip to content

Commit

Permalink
fix: resolved pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed May 27, 2024
1 parent bbd1110 commit 57a7821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHeader/AppHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const AppHeader = () => {
{isDesktop ? (
<Wrapper variant='left'>
<PlatformSwitcher
bottomLinkLabel='Looking for CFDs? Go to Trader’s Hub'
bottomLinkLabel={localize('Looking for CFDs? Go to Trader’s Hub')}
buttonProps={{
className: 'py-0 px-4',
icon: platformsConfig[0].buttonIcon,
Expand Down

0 comments on commit 57a7821

Please sign in to comment.