Update Footer (#1746)

This commit is contained in:
Daniel Ternyak 2018-05-10 23:35:10 -05:00 committed by GitHub
parent f06186e883
commit 1e9fe1b394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View File

@ -82,6 +82,9 @@ export default class Footer extends React.PureComponent<Props, State> {
<NewTabLink href="https://about.mycrypto.com">
{translateRaw('FOOTER_TEAM')}
</NewTabLink>
<NewTabLink href="https://mycryptohq.github.io/about.mycrypto.com/privacy/">
{translateRaw('FOOTER_PRIVACY_POLICY')}
</NewTabLink>
</div>
<p className="Footer-about-text">{translateRaw('FOOTER_ABOUT')}</p>

View File

@ -62,8 +62,12 @@ export const productLinks: Link[] = [
text: translateRaw('ETHERSCAMDB')
},
{
link: 'https://www.mycrypto.com/helpers.html',
link: 'https://legacy.mycrypto.com/helpers.html',
text: translateRaw('FOOTER_HELP_AND_DEBUGGING')
},
{
link: 'https://hackerone.com/mycrypto',
text: translateRaw('FOOTER_HACKERONE')
}
];

View File

@ -382,6 +382,8 @@
"FOOTER_AFFILIATE_TITLE": "Support Us & Our Friends",
"FOOTER_PRESS": "Press Inquiries",
"FOOTER_HELP_AND_DEBUGGING": "Helpers & ENS Debugging",
"FOOTER_PRIVACY_POLICY": "Privacy Policy",
"FOOTER_HACKERONE": "HackerOne",
"FOOTER_PARTNERS": "Our Partners",
"FOOTER_DONATIONS": "Donations",
"FOOTER_OTHER_APPS": "Other Apps",