Skip to content

Commit

Permalink
switch icon component to svg (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Aug 4, 2023
1 parent bcb7457 commit 4bbeadf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/nav-item.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class="appearance-none px-3 py-2 text-left"
class="p-1"
title="{{__('filament-navigation::filament-navigation.items.add-child')}}"
>
<x-heroicon-o-plus class="w-3 h-3 text-gray-500 hover:text-gray-900" />
@svg('heroicon-o-plus', 'w-3 h-3 text-gray-500 hover:text-gray-900')
</button>

<button
Expand All @@ -60,7 +60,7 @@ class="p-1"
class="p-1"
title="{{__('filament-navigation::filament-navigation.items.remove')}}"
>
<x-heroicon-o-trash class="w-3 h-3 text-danger-500 hover:text-danger-900" />
@svg('heroicon-o-trash', 'w-3 h-3 text-danger-500 hover:text-danger-900')
</button>
</div>
</div>
Expand Down

0 comments on commit 4bbeadf

Please sign in to comment.