diff --git a/app/Filament/Resources/EquipmentMasterResource.php b/app/Filament/Resources/EquipmentMasterResource.php index 073c380..04fdd67 100644 --- a/app/Filament/Resources/EquipmentMasterResource.php +++ b/app/Filament/Resources/EquipmentMasterResource.php @@ -31,7 +31,7 @@ class EquipmentMasterResource extends Resource protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; - protected static ?string $navigationGroup = 'Testing Panel'; + protected static ?string $navigationGroup = 'Motor Testing Panel'; protected static ?int $navigationSort = 2;