From cc8cc59c08e7ad4e2ebe4c9c506f7f647c287cc7 Mon Sep 17 00:00:00 2001 From: Lizandro Guarnizo <77708265+lizandrogd@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:58:50 -0500 Subject: [PATCH] Update OjalPresillaResource.php --- app/Filament/Resources/OjalPresillaResource.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;