mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Merge pull request #139 from bigcapitalhq/change-onboarding-footer-links
chore(webapp): change the footer links of onboarding pages
This commit is contained in:
@@ -4,30 +4,22 @@ import intl from 'react-intl-universal';
|
|||||||
export const getFooterLinks = () => [
|
export const getFooterLinks = () => [
|
||||||
{
|
{
|
||||||
title: intl.get('blog'),
|
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'),
|
title: intl.get('support'),
|
||||||
link: '#',
|
link: 'https://discord.com/invite/c8nPBJafeb',
|
||||||
},
|
|
||||||
{
|
|
||||||
title: intl.get('service_status'),
|
|
||||||
link: '#',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: intl.get('pricing'),
|
|
||||||
link: '#',
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: intl.get('reseller_partner'),
|
|
||||||
link: '#',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: intl.get('docs'),
|
title: intl.get('docs'),
|
||||||
link: '#',
|
link: 'https://docs.bigcapital.ly',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: 'Bigcapital',
|
title: 'Bigcapital',
|
||||||
link: 'http://bigcapital.ly',
|
link: 'http://bigcapital.ly',
|
||||||
}
|
},
|
||||||
]
|
];
|
||||||
|
|||||||
@@ -1101,6 +1101,7 @@
|
|||||||
"something_went_wrong": "Something went wrong!",
|
"something_went_wrong": "Something went wrong!",
|
||||||
"blog": "Blog",
|
"blog": "Blog",
|
||||||
"support": "Support",
|
"support": "Support",
|
||||||
|
"community": "Community",
|
||||||
"service_status": "Service Status",
|
"service_status": "Service Status",
|
||||||
"pricing": "Pricing",
|
"pricing": "Pricing",
|
||||||
"reseller_partner": "Reseller Partner",
|
"reseller_partner": "Reseller Partner",
|
||||||
|
|||||||
Reference in New Issue
Block a user