Skip to content

Commit

Permalink
Merge pull request #8 from lara-zeus/fix-icons
Browse files Browse the repository at this point in the history
fix default icon
  • Loading branch information
atmonshi authored Oct 31, 2024
2 parents 9754096 + a41cb62 commit df9f72f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@if($class instanceof \Filament\Resources\RelationManagers\RelationManager)
@php
$title = $class->getTable()->getHeading();
$icon = '';
@endphp
@else
@php
Expand All @@ -27,7 +26,7 @@
<livewire:delia-bookmarks
:url="request()->fullUrl()"
:title="$title"
:icon="$icon"
:icon="$icon ?? 'heroicon-m-bookmark-slash'"
/>
@endif
</div>

0 comments on commit df9f72f

Please sign in to comment.