Andrew 9 hours ago
parent
commit
6e78e96b40

+ 1
- 1
app/Filament/Resources/AlbumCategoryResource.php View File

@@ -24,7 +24,7 @@ class AlbumCategoryResource extends Resource
24 24
     protected static ?string $model = AlbumCategory::class;
25 25
     protected static ?string $modelLabel = "影音類別管理";
26 26
     protected static ?string $navigationIcon = 'heroicon-o-rectangle-group';
27
-    protected static ?string $navigationGroup = '上稿內容管理';
27
+    protected static ?string $navigationGroup = '最新消息';
28 28
     protected static ?string $navigationLabel = "影音類別管理";
29 29
 
30 30
     public static function form(Form $form): Form

+ 1
- 1
app/Filament/Resources/AlbumResource.php View File

@@ -42,7 +42,7 @@ class AlbumResource extends Resource
42 42
     protected static ?string $model = Album::class;
43 43
     protected static ?string $modelLabel = "影音管理";
44 44
     protected static ?string $navigationIcon = 'heroicon-o-photo';
45
-    protected static ?string $navigationGroup = '上稿內容管理';
45
+    protected static ?string $navigationGroup = '最新消息';
46 46
     protected static ?string $navigationLabel = "影音管理";
47 47
 
48 48
     public static function form(Form $form): Form