This commit is contained in:
Lizandro Guarnizo
2026-01-19 11:37:35 -05:00
parent b4b61725f0
commit b63995d74a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class TelaResource extends Resource
{
protected static ?string $model = Tela::class;
protected static ?string $navigationGroup = 'A - Gestión';
protected static ?string $navigationGroup = 'Gestión';
protected static ?int $navigationSort = 1;
protected static ?string $navigationIcon = 'heroicon-o-map';