Update Footer (#1746)
This commit is contained in:
parent
f06186e883
commit
1e9fe1b394
|
@ -82,6 +82,9 @@ export default class Footer extends React.PureComponent<Props, State> {
|
||||||
<NewTabLink href="https://about.mycrypto.com">
|
<NewTabLink href="https://about.mycrypto.com">
|
||||||
{translateRaw('FOOTER_TEAM')}
|
{translateRaw('FOOTER_TEAM')}
|
||||||
</NewTabLink>
|
</NewTabLink>
|
||||||
|
<NewTabLink href="https://mycryptohq.github.io/about.mycrypto.com/privacy/">
|
||||||
|
{translateRaw('FOOTER_PRIVACY_POLICY')}
|
||||||
|
</NewTabLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p className="Footer-about-text">{translateRaw('FOOTER_ABOUT')}</p>
|
<p className="Footer-about-text">{translateRaw('FOOTER_ABOUT')}</p>
|
||||||
|
|
|
@ -62,8 +62,12 @@ export const productLinks: Link[] = [
|
||||||
text: translateRaw('ETHERSCAMDB')
|
text: translateRaw('ETHERSCAMDB')
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
link: 'https://www.mycrypto.com/helpers.html',
|
link: 'https://legacy.mycrypto.com/helpers.html',
|
||||||
text: translateRaw('FOOTER_HELP_AND_DEBUGGING')
|
text: translateRaw('FOOTER_HELP_AND_DEBUGGING')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
link: 'https://hackerone.com/mycrypto',
|
||||||
|
text: translateRaw('FOOTER_HACKERONE')
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -382,6 +382,8 @@
|
||||||
"FOOTER_AFFILIATE_TITLE": "Support Us & Our Friends",
|
"FOOTER_AFFILIATE_TITLE": "Support Us & Our Friends",
|
||||||
"FOOTER_PRESS": "Press Inquiries",
|
"FOOTER_PRESS": "Press Inquiries",
|
||||||
"FOOTER_HELP_AND_DEBUGGING": "Helpers & ENS Debugging",
|
"FOOTER_HELP_AND_DEBUGGING": "Helpers & ENS Debugging",
|
||||||
|
"FOOTER_PRIVACY_POLICY": "Privacy Policy",
|
||||||
|
"FOOTER_HACKERONE": "HackerOne",
|
||||||
"FOOTER_PARTNERS": "Our Partners",
|
"FOOTER_PARTNERS": "Our Partners",
|
||||||
"FOOTER_DONATIONS": "Donations",
|
"FOOTER_DONATIONS": "Donations",
|
||||||
"FOOTER_OTHER_APPS": "Other Apps",
|
"FOOTER_OTHER_APPS": "Other Apps",
|
||||||
|
|
Loading…
Reference in New Issue