Andrew пре 2 месеци
родитељ
комит
2c59aa2e05
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      app/Filament/Resources/BannerResource.php

+ 1
- 1
app/Filament/Resources/BannerResource.php Прегледај датотеку

@@ -101,7 +101,7 @@ class BannerResource extends Resource
101 101
             ->columns([
102 102
                 IconColumn::make('type')->label('類別')
103 103
                     ->icon(fn (string $state): string => match ($state) {
104
-                        '1' => 'heroicon-o-film',
104
+                        '1' => 'heroicon-o-photo',
105 105
                         '2' => 'heroicon-o-film',
106 106
                     }),
107 107
                 ImageColumn::make('img_url')->label('圖片'),