diff --git a/config/menu.php b/config/menu.php index fca9b0a61..8958f4108 100644 --- a/config/menu.php +++ b/config/menu.php @@ -3,10 +3,14 @@ return [ 'styles' => [ - 'argon' => \Akaunting\Menu\Presenters\Admin\Argon::class, ], + 'home_urls' => [ + '/', + 'portal', + ], + 'ordering' => true, ];