Skip to content

Commit 16a9114

Browse files
authored
Merge pull request #354 from lara-zeus/remove-icons-clarity
remove clarity icons
2 parents 8c75c9b + 748de26 commit 16a9114

File tree

5 files changed

+62
-134
lines changed

5 files changed

+62
-134
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
],
2929
"require": {
3030
"php": "^8.1",
31-
"codeat3/blade-clarity-icons": "^1.7",
3231
"flowframe/laravel-trend": "^0.4",
3332
"guava/filament-icon-picker": "^2.3",
3433
"lara-zeus/accordion": "^1.1",

composer.lock

Lines changed: 56 additions & 127 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Filament/Resources/CategoryResource.php

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

3535
class CategoryResource extends BoltResource
3636
{
37-
protected static ?string $navigationIcon = 'clarity-tags-line';
37+
protected static ?string $navigationIcon = 'tabler-tags-filled';
3838

3939
protected static ?int $navigationSort = 4;
4040

src/Filament/Resources/CollectionResource.php

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

2020
class CollectionResource extends BoltResource
2121
{
22-
protected static ?string $navigationIcon = 'clarity-folder-open-outline-badged';
22+
protected static ?string $navigationIcon = 'tabler-brand-databricks';
2323

2424
protected static ?int $navigationSort = 3;
2525

0 commit comments

Comments
 (0)