Andrew 3 months ago
parent
commit
8af96816bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/Filament/Resources/BannerResource.php

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

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' => 'css-image',
104
+                        '1' => 'heroicon-o-film',
105
                         '2' => 'heroicon-o-film',
105
                         '2' => 'heroicon-o-film',
106
                     }),
106
                     }),
107
                 ImageColumn::make('img_url')->label('圖片'),
107
                 ImageColumn::make('img_url')->label('圖片'),