We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900379b commit 9642170Copy full SHA for 9642170
src/CmsPanelProvider.php
@@ -184,6 +184,11 @@ protected function configureNavigation(Panel $panel): Panel
184
'class' => 'cursor-default',
185
'aria-label' => 'Version',
186
], true),
187
+
188
+ MenuItem::make()
189
+ ->label('Create license')
190
+ ->icon('heroicon-o-key')
191
+ ->url('https://inspirecms.net/#pricing', true),
192
];
193
194
return $panel
0 commit comments