feat: add dashboard btn to menu

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
Miguel Nogueira 2022-10-23 17:29:22 +01:00
parent ce9184c386
commit c40b12f9f0
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -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',