Skip to content

Commit

Permalink
Merge pull request #958 from owlchester/trivial-html-copypaste-bug
Browse files Browse the repository at this point in the history
Tag Icon fix
  • Loading branch information
ilestis authored Aug 27, 2024
2 parents 14cbb4d + b1e310b commit f3af89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/entities/components/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
@endif
@if(!($model instanceof \App\Models\Tag))
@can('update', $model)
<span role="button" tabindex="0" class="entity-privacy-icon text-xl" data-toggle="dialog" data-url="{{ $addTagsUrl }}" data-target="primary-dialog" aria-haspopup="dialog">
<span role="button" tabindex="0" class="entity-tag-icon text-xl" data-toggle="dialog" data-url="{{ $addTagsUrl }}" data-target="primary-dialog" aria-haspopup="dialog">
<x-icon class="fa-solid fa-tag" tooltip="1" :title="__('Add or remove tags')" />
</span>
@endcan
Expand Down

0 comments on commit f3af89e

Please sign in to comment.