Merge pull request #139 from bigcapitalhq/change-onboarding-footer-links

chore(webapp): change the footer links of onboarding pages
This commit is contained in:
Ahmed Bouhuolia
2023-06-13 23:45:16 +02:00
committed by GitHub
2 changed files with 10 additions and 17 deletions

View File

@@ -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',
}
]
},
];

View File

@@ -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",