diff --git a/src/Filament/ChaosResource.php b/src/Filament/ChaosResource.php index deef4dd..fe74774 100644 --- a/src/Filament/ChaosResource.php +++ b/src/Filament/ChaosResource.php @@ -8,6 +8,8 @@ class ChaosResource extends Resource { + protected static ?string $navigationIcon = 'tabler-point-filled'; + public static function langFile(): string { return str(parent::getSlug())->explode('/')->last();