mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
- feat: Style tweaks.
- feat: footer links on dashboard. - feat: Inactive accounts view.
This commit is contained in:
33
client/src/config/footerLinks.js
Normal file
33
client/src/config/footerLinks.js
Normal 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: '#',
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user