This commit is contained in:
parent
e9af38bda6
commit
24145203f9
|
|
@ -105,12 +105,12 @@ class Sidebar extends Component
|
||||||
private function getHomeSubRoutes()
|
private function getHomeSubRoutes()
|
||||||
{
|
{
|
||||||
$routes = [
|
$routes = [
|
||||||
['route' => 'currencies.index', 'icon' => 'fa fa-tachometer-alt'],
|
|
||||||
['route' => 'languages.index', 'icon' => 'fa fa-tachometer-alt'],
|
|
||||||
['route' => 'plugins.index', 'icon' => 'fa fa-tachometer-alt'],
|
|
||||||
['route' => 'design.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1],
|
['route' => 'design.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1],
|
||||||
['route' => 'design_footer.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1],
|
['route' => 'design_footer.index', 'icon' => 'fa fa-tachometer-alt', 'blank' => 1],
|
||||||
['route' => 'design_menu.index', 'icon' => 'fa fa-tachometer-alt'],
|
['route' => 'design_menu.index', 'icon' => 'fa fa-tachometer-alt'],
|
||||||
|
['route' => 'languages.index', 'icon' => 'fa fa-tachometer-alt'],
|
||||||
|
['route' => 'currencies.index', 'icon' => 'fa fa-tachometer-alt'],
|
||||||
|
['route' => 'plugins.index', 'icon' => 'fa fa-tachometer-alt'],
|
||||||
];
|
];
|
||||||
return hook_filter('sidebar.home_routes', $routes);
|
return hook_filter('sidebar.home_routes', $routes);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue