From c7105acb294ea73b0f70feb10ccc0f6d925cfdbb Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Thu, 8 Nov 2018 15:29:25 +0800 Subject: Remove seed phrase alert --- notices/notices.js | 16 ++++++++-------- 1 file 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, -- cgit