Skip to content

Commit

Permalink
Remove extra icon in accessory file upload list
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusmoore committed Oct 21, 2024
1 parent 46ad1d0 commit d7f7014
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 d7f7014

Please sign in to comment.