Skip to content

Commit

Permalink
HEIC file use picture icon in metadata table view (#6890)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael18811380328 authored Oct 14, 2024
1 parent ade4361 commit cd73c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ export const Utils = {
'gif': 'pic.png',
'bmp': 'pic.png',
'ico': 'pic.png',
'heic': 'pic.png',

// photoshop file
'psd': 'psd.png',

// zip file
Expand Down

0 comments on commit cd73c5d

Please sign in to comment.