Skip to content

Commit

Permalink
[5.x] Fix duplicate IDs icon (#10864)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseleite authored Sep 30, 2024
1 parent 7dc3799 commit b6127cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/nav/duplicates.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<li class="{{ $item->isActive() ? 'current' : '' }}">
<a href="{{ $item->url() }}">
<i>{!! $item->icon() !!}</i><span>{{ __($item->name()) }}</span>
<i>{!! $item->svg() !!}</i><span>{{ __($item->name()) }}</span>
<span class="badge-sm bg-red-500 dark:bg-blue-900 rtl:mr-2 ltr:ml-2">{{ Statamic\Facades\Stache::duplicates()->count() }}</span>
</a>
</li>

0 comments on commit b6127cb

Please sign in to comment.