Remove announcement message

This commit is contained in:
james-prado 2018-07-09 13:25:53 +01:00
parent 83f0f3d40f
commit e505dd3c9e
No known key found for this signature in database
GPG Key ID: 313ACB2286229FD0

View File

@ -24,12 +24,7 @@ export const APP_ALPHA_EXPIRATION = 1532476800000;
// Type can be primary, warning, danger, success, info, or blank for grey.
// Message must be a JSX element if you want to use HTML.
export const ANNOUNCEMENT_TYPE = '';
export const ANNOUNCEMENT_MESSAGE = (
<React.Fragment>
Welcome to the new MyCrypto. We hope you like it! If it's urgent and you need the old site, you
can still use <NewTabLink href="https://legacy.mycrypto.com">MyCrypto Legacy</NewTabLink>
</React.Fragment>
);
export const ANNOUNCEMENT_MESSAGE = null;
const etherScan = 'https://etherscan.io';
const blockChainInfo = 'https://blockchain.info';