Skip to content

Commit

Permalink
fix: deriv logo in traders hub (#8390)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisyahlen-deriv committed Apr 28, 2023
1 parent f62ba19 commit 5a419a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,7 @@ const TradingHubHeader = ({

{header_extension && is_logged_in && <div>{header_extension}</div>}
</MobileWrapper>
<div className='platform-switcher'>
<DerivBrandLogo className='trading-hub-header__logo' />
</div>
<DerivBrandLogo className='trading-hub-header__logo' />
<DesktopWrapper>
<Divider />
<TradersHubHomeButton is_dark_mode={is_dark_mode} />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@

&__logo {
height: 1.8rem;
padding: 0 1rem 0 1.5rem;
margin-bottom: 0.2rem !important;

@include mobile {
Expand Down

1 comment on commit 5a419a5

@vercel
Copy link

@vercel vercel bot commented on 5a419a5 Apr 28, 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 – ./

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

Please sign in to comment.