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

Commit

Permalink
fix: minimized the logo size
Browse files Browse the repository at this point in the history
  • Loading branch information
aswathy-deriv committed Feb 28, 2024
1 parent 1826933 commit 1b50c27
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions crowdin/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3408,6 +3408,7 @@
"-2040322967": "Citizenship",
"-1541554430": "Next",
"-1770179687": "By clicking “Create account”, you confirm that you are 18 or older. You understand that we may use your email address to send you information about Deriv products and services as well as market news. You can always unsubscribe from these emails in your account settings. For more information, please take a look at Deriv’s <0>Security and privacy policy</0>.",
"-577530018": "Already have a Deriv account?? <0>Log in</0>",
"-417711545": "Create account",
"-1264882776": "Your go-to platform for exclusive trading courses",
"-609665275": "Gain access to comprehensive modules on forex, Deriv MT5, and more.",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import NavTemplate from '../template'
import { static_nav_logo } from './academy-nav.module.scss'
import LogoImage from 'images/common/rebranding_logo.svg'
import LogoImage from 'images/common/academy.svg'
import Link from 'features/components/atoms/link'
import Image from 'features/components/atoms/image'

Expand Down
2 changes: 1 addition & 1 deletion src/features/pages/signup-academy/form-container/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const SignUpFormContainer = () => {

<Typography.Paragraph align="center">
<Localize
translate_text="_t_Already have an account? <0>Log in</0>_t_"
translate_text="_t_Already have a Deriv account?? <0>Log in</0>_t_"
components={[
<Typography.Paragraph
as="span"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import { link_text } from '../signup.module.scss'
import { link_text, btn_signup } from '../signup.module.scss'
import Flex from 'features/components/atoms/flex-box'
import { TString } from 'types/generics'
import Button from 'features/components/atoms/button'
Expand Down Expand Up @@ -57,7 +57,7 @@ const SignUpPageForm = () => {
/>
</Input.Checkbox>
</Flex.Item>
<Button.Primary fluid disabled={is_button_disabled}>
<Button.Primary fluid disabled={is_button_disabled} className={btn_signup}>
<Localize translate_text="_t_Create account_t_" />
</Button.Primary>
</Flex.Box>
Expand Down
3 changes: 3 additions & 0 deletions src/features/pages/signup-academy/signup.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,6 @@
.signup_content {
max-width: 44rem;
}
.btn_signup {
text-align: center;
}
1 change: 1 addition & 0 deletions src/images/common/academy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1b50c27

Please sign in to comment.