diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2017-11-30 07:25:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-30 07:25:10 +0800 |
commit | c30b543a8069c3925bb254716699752e38eaf97a (patch) | |
tree | d9185abffcb5adfecdd99324b0e2e1e4f1e2b586 /mascara/src/app/first-time/notice-screen.js | |
parent | 23a5ea9321e4046338323e9df9e64d230d057df1 (diff) | |
parent | 91817573c95f2a1b234ab9fb7e39ac15ad44741d (diff) | |
download | tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar.gz tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar.bz2 tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar.lz tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar.xz tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.tar.zst tangerine-wallet-browser-c30b543a8069c3925bb254716699752e38eaf97a.zip |
Merge pull request #2630 from MetaMask/i2624-VersionedNoticesv3.12.1
Versioned notices
Diffstat (limited to 'mascara/src/app/first-time/notice-screen.js')
-rw-r--r-- | mascara/src/app/first-time/notice-screen.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mascara/src/app/first-time/notice-screen.js b/mascara/src/app/first-time/notice-screen.js index 713f3f242..d09070a95 100644 --- a/mascara/src/app/first-time/notice-screen.js +++ b/mascara/src/app/first-time/notice-screen.js @@ -64,7 +64,7 @@ class NoticeScreen extends Component { <Identicon address={address} diameter={70} /> <div className="tou__title">{title}</div> <Markdown - className="tou__body" + className="tou__body markdown" source={body} skipHtml /> |