feat: add dashboard btn to menu
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
parent
ce9184c386
commit
c40b12f9f0
@ -232,6 +232,11 @@ return [
|
||||
'icon' => 'fas fa-home',
|
||||
'url' => '/',
|
||||
],
|
||||
[
|
||||
'text' => 'Dashboard',
|
||||
'icon' => 'fas fa-tachometer-alt',
|
||||
'url' => '/dashboard'
|
||||
],
|
||||
[
|
||||
'header' => 'h_applications',
|
||||
'can' => 'applications.view.own',
|
||||
|
Loading…
x
Reference in New Issue
Block a user