1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Update new UI links in the old UI s/Beta/New/

This commit is contained in:
Whymarrh Whitby 2018-09-24 15:56:51 -02:30
parent c5da84d7a2
commit 8f8d5d70f3

View File

@ -422,7 +422,7 @@ module.exports = class AppBar extends Component {
onClick: () => {
dispatch(actions.setFeatureFlag('betaUI', true, 'BETA_UI_NOTIFICATION_MODAL'))
},
}, 'Try Beta!'),
}, 'Try New UI!'),
])
}