Andrew hace 7 meses
padre
commit
2c59aa2e05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Filament/Resources/BannerResource.php

+ 1
- 1
app/Filament/Resources/BannerResource.php Ver fichero

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