rm probo from sidebar
This commit is contained in:
parent
360e3831c7
commit
893fd15f14
1 changed files with 19 additions and 19 deletions
|
@ -191,37 +191,37 @@ const mainSidebar = {
|
|||
id: 'panel/account/login',
|
||||
},
|
||||
],
|
||||
},
|
||||
// Promo
|
||||
{
|
||||
type: "link",
|
||||
href: "/beta",
|
||||
label: "OpenPanel BETA",
|
||||
className: "enterprise-badge",
|
||||
}
|
||||
// Promo dodaj i , pre!
|
||||
// {
|
||||
// type: "link",
|
||||
// href: "/beta",
|
||||
// label: "OpenPanel Enterprise",
|
||||
// className: "enterprise-badge",
|
||||
// }
|
||||
],
|
||||
|
||||
|
||||
admin: [
|
||||
{ type: 'autogenerated', dirName: 'admin' },
|
||||
// Promo
|
||||
{
|
||||
type: 'link',
|
||||
href: '/beta',
|
||||
label: 'OpenPanel BETA',
|
||||
className: 'enterprise-badge',
|
||||
},
|
||||
// {
|
||||
// type: 'link',
|
||||
// href: '/beta',
|
||||
// label: 'OpenPanel BETA',
|
||||
// className: 'enterprise-badge',
|
||||
// },
|
||||
],
|
||||
|
||||
changelog: [
|
||||
{ type: 'autogenerated', dirName: 'changelog' },
|
||||
// Promo
|
||||
{
|
||||
type: 'link',
|
||||
href: '/beta',
|
||||
label: 'OpenPanel BETA',
|
||||
className: 'enterprise-badge',
|
||||
},
|
||||
// {
|
||||
// type: 'link',
|
||||
// href: '/beta',
|
||||
// label: 'OpenPanel BETA',
|
||||
// className: 'enterprise-badge',
|
||||
// },
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue