aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHsuan Lee <hsuan@cobinhood.com>2018-11-08 15:29:25 +0800
committerHsuan Lee <hsuan@cobinhood.com>2018-12-10 18:35:00 +0800
commitc7105acb294ea73b0f70feb10ccc0f6d925cfdbb (patch)
treebcb70f1e382c53a2f97cc231c7faeaeae9f27fd5
parenta541b78a96693d31aa01d9992ae086842908aa62 (diff)
downloaddexon-wallet-c7105acb294ea73b0f70feb10ccc0f6d925cfdbb.tar.gz
dexon-wallet-c7105acb294ea73b0f70feb10ccc0f6d925cfdbb.tar.zst
dexon-wallet-c7105acb294ea73b0f70feb10ccc0f6d925cfdbb.zip
Remove seed phrase alert
-rw-r--r--notices/notices.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/notices/notices.js b/notices/notices.js
index 89e56744..d75d2e84 100644
--- a/notices/notices.js
+++ b/notices/notices.js
@@ -17,14 +17,14 @@ module.exports = [
title: 'Privacy Notice',
body: fs.readFileSync(path.join(__dirname, '/archive', 'notice_2.md'), 'utf8'),
},
- {
- id: 3,
- read: false,
- date: 'Tue Nov 28 2017',
- title: 'Seed Phrase Alert',
- firstVersion: '<=3.12.0',
- body: fs.readFileSync(path.join(__dirname, '/archive', 'notice_3.md'), 'utf8'),
- },
+ // {
+ // id: 3,
+ // read: false,
+ // date: 'Tue Nov 28 2017',
+ // title: 'Seed Phrase Alert',
+ // firstVersion: '<=3.12.0',
+ // body: fs.readFileSync(path.join(__dirname, '/archive', 'notice_3.md'), 'utf8'),
+ // },
// {
// id: 4,
// read: false,