Add discourse forum to Community section of website footer

This commit is contained in:
Fabio Berger
2018-01-18 15:20:34 +08:00
parent 9e569b3791
commit 807d9e3eef
3 changed files with 7 additions and 0 deletions

View File

@@ -71,6 +71,11 @@ const menuItemsBySection: MenuItemsBySection = {
isExternal: true,
path: constants.URL_REDDIT,
},
{
title: 'Forum',
isExternal: true,
path: constants.URL_DISCOURSE_FORUM,
},
],
Organization: [
{
@@ -100,6 +105,7 @@ const titleToIcon: { [title: string]: string } = {
Blog: 'medium.png',
Twitter: 'twitter.png',
Reddit: 'reddit.png',
Forum: 'discourse.png',
};
export interface FooterProps {}