Skip to content

Commit

Permalink
thisyahlen/create new account text align in button (#6684)
Browse files Browse the repository at this point in the history
* create new account text align in button

* removed classname
  • Loading branch information
thisyahlen-deriv committed Oct 19, 2022
1 parent f921df5 commit 4607906
Showing 1 changed file with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,15 @@ const PasswordSelectionModal = ({
type='button'
onClick={() => isModalVisible(false)}
/>
<Button
large
primary
text={localize('Create new account')}
type='button'
onClick={() => redirectToSignUp({ is_appstore })}
/>
<div>
<Button
large
primary
text={localize('Create new account')}
type='button'
onClick={() => redirectToSignUp({ is_appstore })}
/>
</div>
</div>
</React.Fragment>
) : (
Expand Down

0 comments on commit 4607906

Please sign in to comment.