Skip to content

Commit

Permalink
Sergei / wall - 734 / Change logo to new branding (#8752)
Browse files Browse the repository at this point in the history
* feat: change logo when user tries to signup

* refactor: delete --mobile class, useStore and observer
  • Loading branch information
sergei-deriv authored May 30, 2023
1 parent 5bd39ca commit 3fb35ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const EmptyOnboarding = () => {
return (
<div className='empty-onboarding__wrapper'>
<div className='empty-onboarding__header'>
<TradigPlatformIconProps icon='DerivTradingLogo' />
<TradigPlatformIconProps icon='DerivLogo' />
</div>
</div>
);
Expand Down
5 changes: 4 additions & 1 deletion packages/appstore/src/modules/onboarding/onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,12 @@
&__header {
width: 100%;
height: 7.2rem;
background-color: $color-black;
display: flex;
justify-content: center;
align-items: center;

@include mobile {
height: auto;
}
}
}

1 comment on commit 3fb35ad

@vercel
Copy link

@vercel vercel bot commented on 3fb35ad 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 – ./

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

Please sign in to comment.