summaryrefslogtreecommitdiff
path: root/web-ui/app/js
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-02 18:12:09 -0200
committerAnike Arni <aarni@thoughtworks.com>2017-02-03 14:14:29 -0200
commit16ce2be7e2a7496cedfe74bf27c72878941072cf (patch)
tree65f6ea2e0987ca9c2af8cdca17da0cca28e73bfd /web-ui/app/js
parent05336b1912dd81be6a37df47cac7ce0c046e2401 (diff)
[#922] Creates container in backup account page
with @tayanefernandes
Diffstat (limited to 'web-ui/app/js')
-rw-r--r--web-ui/app/js/account_recovery/page.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/web-ui/app/js/account_recovery/page.js b/web-ui/app/js/account_recovery/page.js
index c0d58e06..a6be0c6e 100644
--- a/web-ui/app/js/account_recovery/page.js
+++ b/web-ui/app/js/account_recovery/page.js
@@ -3,7 +3,9 @@ import React from 'react'
import 'scss/account_recovery/page.scss'
const Page = () => (
- <div>
+ <div className="container">
+ <img src="assets/images/forgot-my-password.svg" />
+ <h1>E se vocĂȘ esquecer sua senha?</h1>
</div>
);