refactor: redirect home button to homepage

This commit is contained in:
Miguel Nogueira 2022-09-04 13:30:50 +01:00
parent 75064896bf
commit 0f30d3d4be
No known key found for this signature in database
GPG Key ID: 3C6A7E29AF26D370

View File

@ -230,7 +230,7 @@ return [
[
'text' => 'm_home',
'icon' => 'fas fa-home',
'url' => 'dashboard',
'url' => '/',
],
[
'header' => 'h_applications',