diff --git a/packages/webapp/src/constants/footerLinks.tsx b/packages/webapp/src/constants/footerLinks.tsx index e7d84bd62..764a91bcf 100644 --- a/packages/webapp/src/constants/footerLinks.tsx +++ b/packages/webapp/src/constants/footerLinks.tsx @@ -4,30 +4,22 @@ import intl from 'react-intl-universal'; export const getFooterLinks = () => [ { title: intl.get('blog'), - link: '#', + link: 'https://docs.bigcapital.ly/blog', + }, + { + title: intl.get('community'), + link: 'https://discord.com/invite/c8nPBJafeb', }, { title: intl.get('support'), - link: '#', - }, - { - title: intl.get('service_status'), - link: '#', - }, - { - title: intl.get('pricing'), - link: '#', - }, - { - title: intl.get('reseller_partner'), - link: '#', + link: 'https://discord.com/invite/c8nPBJafeb', }, { title: intl.get('docs'), - link: '#', + link: 'https://docs.bigcapital.ly', }, { title: 'Bigcapital', link: 'http://bigcapital.ly', - } -] \ No newline at end of file + }, +]; diff --git a/packages/webapp/src/lang/en/index.json b/packages/webapp/src/lang/en/index.json index d8d490541..b1911f112 100644 --- a/packages/webapp/src/lang/en/index.json +++ b/packages/webapp/src/lang/en/index.json @@ -1101,6 +1101,7 @@ "something_went_wrong": "Something went wrong!", "blog": "Blog", "support": "Support", + "community": "Community", "service_status": "Service Status", "pricing": "Pricing", "reseller_partner": "Reseller Partner",