aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/unlock-page/unlock-page.component.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/unlock-page/unlock-page.component.js')
-rw-r--r--ui/app/components/pages/unlock-page/unlock-page.component.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/app/components/pages/unlock-page/unlock-page.component.js b/ui/app/components/pages/unlock-page/unlock-page.component.js
index 4ac5d566..a91ae6a2 100644
--- a/ui/app/components/pages/unlock-page/unlock-page.component.js
+++ b/ui/app/components/pages/unlock-page/unlock-page.component.js
@@ -103,14 +103,14 @@ export default class UnlockPage extends Component {
<div className="unlock-page">
<div className="unlock-page__mascot-container">
<img
- src="/images/dekusan.svg"
- width={160}
- height={160}
+ src="/images/dexon-wallet-name.svg"
+ width={240}
+ height={54}
/>
</div>
- <h1 className="unlock-page__title">
+ {/* <h1 className="unlock-page__title">
{t('appName') }
- </h1>
+ </h1> */}
<form
className="unlock-page__form"
onSubmit={event => this.handleSubmit(event)}
@@ -124,8 +124,8 @@ export default class UnlockPage extends Component {
error={error}
autoFocus
autoComplete="current-password"
- material
fullWidth
+ largeLabel
/>
</form>
{ this.renderSubmitButton() }