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 {
|
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]: [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user