Skip to content

Commit

Permalink
fix: remove legacy brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed May 10, 2024
1 parent f3571a0 commit 0d8dfbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sepal_ui/frontend/json/file_icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
".tiff": { "color": "secondary_contrast", "icon": "fa-regular fa-image" },
".vrt": { "color": "secondary_contrast", "icon": "fa-regular fa-image" },
".shp": {
"color": ["secondary_contrast"],
"color": "secondary_contrast",
"icon": "fa-solid fa-vector-square"
},
".geojson": {
"color": ["secondary_contrast"],
"color": "secondary_contrast",
"icon": "fa-solid fa-vector-square"
},
"DEFAULT": { "color": "anchor", "icon": "fa-regular fa-file" },
Expand Down

0 comments on commit 0d8dfbc

Please sign in to comment.