Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: trade nov update (#6037)
Browse files Browse the repository at this point in the history
* fix: trade nov update

* fix: updated
  • Loading branch information
mayuran-deriv authored Dec 6, 2023
1 parent ad64c19 commit 94558b7
Show file tree
Hide file tree
Showing 7 changed files with 1,129 additions and 1,133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,15 @@ const RightSideButtons = () => {
return (
<>
<Button.Primary
onClick={() =>
window.open('https://login.deriv.com/signin.php?lang=0', '_blank')
}
onClick={() => window.open('https://login.deriv.com/signin.php?lang=0', '_blank')}
outlined
visible={'larger-than-tablet'}
className={partners_buttons}
>
<Localize translate_text={texts.login} />
</Button.Primary>
<Button.Primary
onClick={() =>
window.open('https://login.deriv.com/signin.php?lang=0', '_blank')
}
onClick={() => window.open('https://login.deriv.com/signin.php?lang=0', '_blank')}
outlined
visible={'phone-and-tablet'}
>
Expand Down
Loading

1 comment on commit 94558b7

@vercel
Copy link

@vercel vercel bot commented on 94558b7 Dec 6, 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-com – ./

deriv-com.binary.sx
deriv-com-git-master.binary.sx

Please sign in to comment.