Skip to content

Commit 302f2cf

Browse files
committed
update icons packages?
1 parent a3bca9a commit 302f2cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"php": "^8.1|^8.2",
3939
"tomatophp/console-helpers": "^1.1",
4040
"filament/filament": "^3.0.0",
41-
"tomatophp/filament-icons": "^1.0",
41+
"tomatophp/filament-icons": "^1.1",
4242
"filament/spatie-laravel-media-library-plugin": "^3.2",
4343
"filament/spatie-laravel-translatable-plugin": "^3.2",
4444
"genealabs/laravel-model-caching": "^11.0"

resources/views/columns/type-column.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
@if($icon)
2323
<div>
24-
<x-filament-icon :icon="$icon" size="h-4 w-4" />
24+
<x-icon :name="$icon" class="h-4 w-4" />
2525
</div>
2626
@endif
2727

0 commit comments

Comments
 (0)