Skip to content

Commit

Permalink
chore: adjust width and height platform icon (#8688)
Browse files Browse the repository at this point in the history
  • Loading branch information
aizad-deriv committed May 30, 2023
1 parent 2a633d0 commit 7a3f4e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const PlatformSwitcher = ({
className='platform-switcher__icon'
icon={getPlatformInformation(app_routing_history).icon}
description={getPlatformInformation(app_routing_history).header}
size={120}
width={120}
height={25}
/>

<Icon className='platform-switcher__arrow' icon='IcChevronDownBold' />
Expand Down

1 comment on commit 7a3f4e2

@vercel
Copy link

@vercel vercel bot commented on 7a3f4e2 May 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

deriv-app – ./

binary.sx
deriv-app.vercel.app
deriv-app.binary.sx
deriv-app-git-master.binary.sx

Please sign in to comment.