feat: add dashboard btn to menu

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2022-10-23 17:29:22 +01:00
parent ce9184c386
commit c40b12f9f0

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