From ec1dccb2eded8d9efa5be2151869d8363898eaa6 Mon Sep 17 00:00:00 2001 From: ryanml Date: Sun, 19 Jan 2020 11:59:10 -0800 Subject: [PATCH] Removing welcome page subtitle --- brave/app/_locales/en/messages.json | 3 --- brave/ui/app/pages/first-time-flow/welcome/index.scss | 9 +-------- .../pages/first-time-flow/welcome/welcome.component.js | 3 --- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/brave/app/_locales/en/messages.json b/brave/app/_locales/en/messages.json index 2c324f2db4..cf48300caa 100644 --- a/brave/app/_locales/en/messages.json +++ b/brave/app/_locales/en/messages.json @@ -44,9 +44,6 @@ "restore": { "message": "Restore" }, - "setupSubTitle": { - "message": "Choose a type to set up:" - }, "trezorCreateSubText": { "message": "Connect your Trezor hardware wallet to interact with dApps and make transfers to other connected wallets." }, diff --git a/brave/ui/app/pages/first-time-flow/welcome/index.scss b/brave/ui/app/pages/first-time-flow/welcome/index.scss index 87d6055fc3..8d75f8766e 100644 --- a/brave/ui/app/pages/first-time-flow/welcome/index.scss +++ b/brave/ui/app/pages/first-time-flow/welcome/index.scss @@ -17,13 +17,6 @@ font-weight: bold; line-height: 44px; letter-spacing: -0.13px; - } - - .welcome-sub-text span { - margin-top: 5px; - font-size: 20px; - font-weight: 300; - line-height: 30px; - letter-spacing: 0.5px; + margin-bottom: 5px; } } \ No newline at end of file diff --git a/brave/ui/app/pages/first-time-flow/welcome/welcome.component.js b/brave/ui/app/pages/first-time-flow/welcome/welcome.component.js index 5716170146..4903bafad1 100644 --- a/brave/ui/app/pages/first-time-flow/welcome/welcome.component.js +++ b/brave/ui/app/pages/first-time-flow/welcome/welcome.component.js @@ -36,9 +36,6 @@ module.exports = class BraveWelcome extends PureComponent {
{t('cryptoWalletsTitle')}
-
- {t('setupSubTitle')} -