Skip to content

Commit

Permalink
Set default icon in config
Browse files Browse the repository at this point in the history
  • Loading branch information
Jehizkia committed Dec 20, 2023
1 parent 00538a0 commit 8a57caa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/translation-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 8a57caa

Please sign in to comment.