Skip to content

Commit

Permalink
Fix media item icon (#14342)
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco authored Sep 16, 2023
1 parent df7a347 commit 45cbbae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Vue.component('media-items-table', {
<td class="thumbnail-column">
<div class="img-wrapper">
<img v-if="media.mime.startsWith('image')" draggable="false" :src="buildMediaUrl(media.url, thumbSize)" />
<i v-else class="fa-solid fa-file-o fa-lg" :data-mime="media.mime"></i>
<i v-else class="fa-solid fa-file fa-lg" :data-mime="media.mime"></i>
</div>
</td>
<td>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 45cbbae

Please sign in to comment.