chore: Replace FAQ with Developer home in footer

This commit is contained in:
Fabio Berger
2018-10-16 14:35:33 +01:00
parent 6ff35172d6
commit ad235912d7

View File

@@ -39,6 +39,10 @@ export class Footer extends React.Component<FooterProps, FooterState> {
public render(): React.ReactNode { public render(): React.ReactNode {
const sectionNameToLinks: ObjectMap<ALink[]> = { const sectionNameToLinks: ObjectMap<ALink[]> = {
[Key.Documentation]: [ [Key.Documentation]: [
{
title: 'Developer Home',
to: WebsitePaths.Docs,
},
{ {
title: '0x.js', title: '0x.js',
to: WebsitePaths.ZeroExJs, to: WebsitePaths.ZeroExJs,
@@ -60,10 +64,6 @@ export class Footer extends React.Component<FooterProps, FooterState> {
title: this.props.translate.get(Key.Wiki, Deco.Cap), title: this.props.translate.get(Key.Wiki, Deco.Cap),
to: WebsitePaths.Wiki, to: WebsitePaths.Wiki,
}, },
{
title: this.props.translate.get(Key.Faq, Deco.Cap),
to: WebsitePaths.FAQ,
},
], ],
[Key.Community]: [ [Key.Community]: [
{ {