diff --git a/app/Filament/Resources/OjalPresillaResource.php b/app/Filament/Resources/OjalPresillaResource.php index 7b5b80c..251212d 100644 --- a/app/Filament/Resources/OjalPresillaResource.php +++ b/app/Filament/Resources/OjalPresillaResource.php @@ -17,7 +17,7 @@ class OjalPresillaResource extends Resource { protected static ?string $model = Ojal::class; protected static ?string $navigationIcon = 'heroicon-o-rectangle-stack'; - protected static ?string $navigationGroup = 'Producción'; + protected static ?string $navigationGroup = 'Gestión'; protected static ?string $navigationLabel = 'Ojales y Prensillas'; protected static ?string $pluralModelLabel = 'Ojales y Prensillas'; protected static ?int $navigationSort = 4;