- feat: Style tweaks.

- feat: footer links on dashboard.
- feat: Inactive accounts view.
This commit is contained in:
Ahmed Bouhuolia
2020-07-04 12:40:27 +02:00
parent a279a9c5da
commit 273834b13e
7 changed files with 89 additions and 4 deletions

View File

@@ -0,0 +1,33 @@
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: '#',
}
]