diff --git a/config/zeus-delia.php b/config/zeus-delia.php index a355e2a..24b0bce 100644 --- a/config/zeus-delia.php +++ b/config/zeus-delia.php @@ -15,6 +15,7 @@ 'dropdown' => [ 'title' => 'Bookmarks', 'icon' => 'heroicon-m-bookmark-square', + 'empty_icon' => 'heroicon-m-bookmark-slash' ], /** diff --git a/resources/views/filament/hooks/topbar.blade.php b/resources/views/filament/hooks/topbar.blade.php index 770da53..e2e5d40 100644 --- a/resources/views/filament/hooks/topbar.blade.php +++ b/resources/views/filament/hooks/topbar.blade.php @@ -7,14 +7,14 @@ {{ config('zeus-delia.dropdown.title') }} @if($bookmarks->isEmpty()) - + No Bookmarks found @else @@ -31,4 +31,4 @@ @endif - \ No newline at end of file +