aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/unlock-page/unlock-page.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/unlock-page/unlock-page.component.js')
-rw-r--r--ui/app/pages/unlock-page/unlock-page.component.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/app/pages/unlock-page/unlock-page.component.js b/ui/app/pages/unlock-page/unlock-page.component.js
index 4d0d5d782..36b46e548 100644
--- a/ui/app/pages/unlock-page/unlock-page.component.js
+++ b/ui/app/pages/unlock-page/unlock-page.component.js
@@ -152,14 +152,14 @@ export default class UnlockPage extends Component {
<img
style={{
height: '50px',
- marginBottom: '40px',
+ marginBottom: '30px',
}}
src={'images/logo/metamask-logo-horizontal.svg'}
/>
</div>
- <h1 className="unlock-page__title">
+ {/* <h1 className="unlock-page__title">
{ t('welcomeBack') }
- </h1>
+ </h1> */}
<div>{ t('unlockMessage') }</div>
<form
className="unlock-page__form"