From 8a57caa7f4e6b9a7c787b2a819e8de5cdfc05890 Mon Sep 17 00:00:00 2001 From: Jehizkia Date: Wed, 20 Dec 2023 19:29:06 +0100 Subject: [PATCH] Set default icon in config --- config/translation-manager.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', /* |--------------------------------------------------------------------------