summaryrefslogtreecommitdiff
path: root/web-ui/src/account_recovery
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-08 17:46:11 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-08 17:46:44 -0200
commita76b524c147c79fefa7943230a33e7904af3c070 (patch)
tree4c38ed8a0d7c1654d3b9c93bbe0cae5b9459d849 /web-ui/src/account_recovery
parentb9d0bea9e6688abfbbc919f90009f59ed153e7fb (diff)
[#922] Creates header
with @tayanefernandes
Diffstat (limited to 'web-ui/src/account_recovery')
-rw-r--r--web-ui/src/account_recovery/page.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/web-ui/src/account_recovery/page.js b/web-ui/src/account_recovery/page.js
index ce791dd4..449f391f 100644
--- a/web-ui/src/account_recovery/page.js
+++ b/web-ui/src/account_recovery/page.js
@@ -20,11 +20,13 @@ import { translate } from 'react-i18next';
import SubmitButton from 'src/common/submit_button/submit_button';
import InputField from 'src/common/input_field/input_field';
import Footer from 'src/common/footer/footer';
+import Header from 'src/common/header/header';
import './page.scss';
export const Page = ({ t }) => (
<div className='page'>
+ <Header />
<section>
<div className='container'>
<img className='backup-account-image' src='assets/images/forgot-my-password.svg' alt={t('backup-account.image-description')} />