mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
32 lines
494 B
JavaScript
32 lines
494 B
JavaScript
import intl from 'react-intl-universal';
|
|
|
|
export const getFooterLinks = () => [
|
|
{
|
|
title: intl.get('blog'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: intl.get('support'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: intl.get('service_status'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: intl.get('pricing'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: intl.get('reseller_partner'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: intl.get('docs'),
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Bigcapital',
|
|
link: 'http://bigcapital.ly',
|
|
}
|
|
] |