Skip to content

Commit

Permalink
feat: add json icon
Browse files Browse the repository at this point in the history
Signed-off-by: bestgopher <[email protected]>
  • Loading branch information
bestgopher committed Sep 2, 2024
1 parent 1c6dbe0 commit 55e36c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/icons/file_icons/file_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@
"jpeg": "image",
"jpg": "image",
"js": "javascript",
"json": "storage",
"jsonc": "storage",
"json": "json",
"jsonc": "json",
"jsx": "react",
"jxl": "image",
"kt": "kotlin",
Expand Down Expand Up @@ -273,6 +273,9 @@
"javascript": {
"icon": "icons/file_icons/javascript.svg"
},
"json": {
"icon": "icons/file_icons/json.svg"
},
"kotlin": {
"icon": "icons/file_icons/kotlin.svg"
},
Expand Down
1 change: 1 addition & 0 deletions assets/icons/file_icons/json.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55e36c0

Please sign in to comment.