We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bca9a commit 302f2cfCopy full SHA for 302f2cf
composer.json
@@ -38,7 +38,7 @@
38
"php": "^8.1|^8.2",
39
"tomatophp/console-helpers": "^1.1",
40
"filament/filament": "^3.0.0",
41
- "tomatophp/filament-icons": "^1.0",
+ "tomatophp/filament-icons": "^1.1",
42
"filament/spatie-laravel-media-library-plugin": "^3.2",
43
"filament/spatie-laravel-translatable-plugin": "^3.2",
44
"genealabs/laravel-model-caching": "^11.0"
resources/views/columns/type-column.blade.php
@@ -21,7 +21,7 @@
21
22
@if($icon)
23
<div>
24
- <x-filament-icon :icon="$icon" size="h-4 w-4" />
+ <x-icon :name="$icon" class="h-4 w-4" />
25
</div>
26
@endif
27
0 commit comments