We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7767821 commit 342b0fbCopy full SHA for 342b0fb
src/Pages/TranslationManagerPage.php
@@ -89,7 +89,9 @@ public static function getNavigationLabel(): string
89
90
public static function getNavigationIcon(): ?string
91
{
92
- return config('filament-translation-manager.navigation_icon');
+ return config()->has('filament-translation-manager.navigation_icon')
93
+ ? config('filament-translation-manager.navigation_icon')
94
+ : 'heroicon-o-language';
95
}
96
97
public function getTitle(): string
0 commit comments