Add HackerOne to Announcement (#1218)
This commit is contained in:
parent
9284fb56eb
commit
8649655019
|
@ -18,8 +18,9 @@ export const ANNOUNCEMENT_TYPE = '';
|
||||||
export const ANNOUNCEMENT_MESSAGE = (
|
export const ANNOUNCEMENT_MESSAGE = (
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
This is a Beta version of MyCrypto. Please submit any bug reports to our{' '}
|
This is a Beta version of MyCrypto. Please submit any bug reports to our{' '}
|
||||||
<NewTabLink href="https://github.com/MyCryptoHQ/MyCrypto/issues">GitHub</NewTabLink>, and join
|
<NewTabLink href="https://github.com/MyCryptoHQ/MyCrypto/issues">GitHub</NewTabLink> and use{' '}
|
||||||
the discussion on <NewTabLink href={discordURL}>Discord</NewTabLink>.
|
<NewTabLink href="https://hackerone.com/mycrypto">HackerOne</NewTabLink> for critical
|
||||||
|
vulnerabilities. Join the discussion on <NewTabLink href={discordURL}>Discord</NewTabLink>.
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue