Andrew 2 달 전
부모
커밋
8af96816bc
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' => 'css-image',
104
+                        '1' => 'heroicon-o-film',
105 105
                         '2' => 'heroicon-o-film',
106 106
                     }),
107 107
                 ImageColumn::make('img_url')->label('圖片'),