diff --git a/config/translation-manager.php b/config/translation-manager.php index aaf9753..43fe7fe 100644 --- a/config/translation-manager.php +++ b/config/translation-manager.php @@ -74,12 +74,12 @@ | Navigation Icon |-------------------------------------------------------------------------- | - | The navigation icon to use. Set `false` to disable the icon. - | Set `null` to use the default one, or specify a custom icon + | The navigation icon to use. Set `false` to disable the icon + | or specify a custom icon | */ - 'navigation_icon' => false, + 'navigation_icon' => 'heroicon-o-globe-alt', /* |--------------------------------------------------------------------------