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

Removing welcome page subtitle #110

Merged
merged 1 commit into from
Jan 20, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions brave/app/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
},
Expand Down
9 changes: 1 addition & 8 deletions brave/ui/app/pages/first-time-flow/welcome/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ module.exports = class BraveWelcome extends PureComponent {
<div className="welcome-title">
<span>{t('cryptoWalletsTitle')}</span>
</div>
<div className="welcome-sub-text">
<span>{t('setupSubTitle')}</span>
</div>
</div>
<div>
<ConnectWallet
Expand Down