mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
33 lines
355 B
JavaScript
33 lines
355 B
JavaScript
|
|
|
|
|
|
export default [
|
|
{
|
|
title: 'Blog',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Support',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Status',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Pricing',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Solution Partner Program',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Docs',
|
|
link: '#',
|
|
},
|
|
{
|
|
title: 'Bigcapital',
|
|
link: '#',
|
|
}
|
|
] |