refactor: redirect home button to homepage

This commit is contained in:
2022-09-04 13:30:50 +01:00
parent 75064896bf
commit 0f30d3d4be

View File

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