mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-13 11:36:45 +00:00
Remove announcement message
This commit is contained in:
parent
83f0f3d40f
commit
e505dd3c9e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user