chore: Replace FAQ with Developer home in footer
This commit is contained in:
parent
6ff35172d6
commit
ad235912d7
@ -39,6 +39,10 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
public render(): React.ReactNode {
|
||||
const sectionNameToLinks: ObjectMap<ALink[]> = {
|
||||
[Key.Documentation]: [
|
||||
{
|
||||
title: 'Developer Home',
|
||||
to: WebsitePaths.Docs,
|
||||
},
|
||||
{
|
||||
title: '0x.js',
|
||||
to: WebsitePaths.ZeroExJs,
|
||||
@ -60,10 +64,6 @@ export class Footer extends React.Component<FooterProps, FooterState> {
|
||||
title: this.props.translate.get(Key.Wiki, Deco.Cap),
|
||||
to: WebsitePaths.Wiki,
|
||||
},
|
||||
{
|
||||
title: this.props.translate.get(Key.Faq, Deco.Cap),
|
||||
to: WebsitePaths.FAQ,
|
||||
},
|
||||
],
|
||||
[Key.Community]: [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user