Skip to content

Commit 9642170

Browse files
committed
feat: add 'Create license' menu item to the CMS panel
1 parent 900379b commit 9642170

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/CmsPanelProvider.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ protected function configureNavigation(Panel $panel): Panel
184184
'class' => 'cursor-default',
185185
'aria-label' => 'Version',
186186
], true),
187+
188+
MenuItem::make()
189+
->label('Create license')
190+
->icon('heroicon-o-key')
191+
->url('https://inspirecms.net/#pricing', true),
187192
];
188193

189194
return $panel

0 commit comments

Comments
 (0)