Skip to content

Commit

Permalink
Merge pull request #15704 from marcusmoore/bug/remove-extra-icon
Browse files Browse the repository at this point in the history
Removed second icon in accessory file list
  • Loading branch information
snipe authored Oct 21, 2024
2 parents 46ad1d0 + d7f7014 commit 9b06bbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/views/accessories/view.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ class="table table-striped snipe-table"
@foreach ($accessory->uploads as $file)
<tr>
<td>
<x-icon type="paperclip" class="fa-2x" />
<i class="{{ Helper::filetype_icon($file->filename) }} icon-med" aria-hidden="true"></i>
<span class="sr-only">{{ Helper::filetype_icon($file->filename) }}</span>

Expand Down

0 comments on commit 9b06bbb

Please sign in to comment.