From 6326dab1866f3dc795a74133efebb62b1bd07003 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Thu, 26 Jul 2018 01:46:56 -0230 Subject: [PATCH] Remove suggestion from bottom of old UI onboarding --- old-ui/app/app.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/old-ui/app/app.js b/old-ui/app/app.js index a2606c4ed..7f25cadbb 100644 --- a/old-ui/app/app.js +++ b/old-ui/app/app.js @@ -163,22 +163,6 @@ App.prototype.renderPrimary = function () { key: 'NoticeScreen', onConfirm: () => props.dispatch(actions.markNoticeRead(props.nextUnreadNotice)), }), - - !props.isInitialized && h('.flex-row.flex-center.flex-grow', [ - h('p.pointer', { - onClick: () => { - global.platform.openExtensionInBrowser() - props.dispatch(actions.setFeatureFlag('betaUI', true, 'BETA_UI_NOTIFICATION_MODAL')) - }, - style: { - fontSize: '0.8em', - color: '#aeaeae', - textDecoration: 'underline', - marginTop: '32px', - }, - }, 'Try Beta Version'), - ]), - ]) } else if (props.lostAccounts && props.lostAccounts.length > 0) { log.debug('rendering notice screen for lost accounts view.')