Files
bigcapital/client/src/config/footerLinks.js
Ahmed Bouhuolia 273834b13e - feat: Style tweaks.
- feat: footer links on dashboard.
- feat: Inactive accounts view.
2020-07-04 12:40:27 +02:00

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: '#',
}
]