added forum link

This commit is contained in:
David Sun
2019-02-12 17:24:57 -05:00
parent e909faa3ef
commit df896877f8

View File

@@ -62,6 +62,7 @@ const linkRows: LinkRows[] = [
{ url: constants.URL_ZEROEX_CHAT, text: 'Discord Chat', shouldOpenInNewTab: true },
{ url: constants.URL_FACEBOOK, text: 'Facebook', shouldOpenInNewTab: true },
{ url: constants.URL_REDDIT, text: 'Reddit', shouldOpenInNewTab: true },
{ url: constants.URL_FORUM, text: 'Forum', shouldOpenInNewTab: true },
],
},
];