Skip to content

Commit 0d8dfbc

Browse files
committed
fix: remove legacy brackets
1 parent f3571a0 commit 0d8dfbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sepal_ui/frontend/json/file_icons.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
".tiff": { "color": "secondary_contrast", "icon": "fa-regular fa-image" },
77
".vrt": { "color": "secondary_contrast", "icon": "fa-regular fa-image" },
88
".shp": {
9-
"color": ["secondary_contrast"],
9+
"color": "secondary_contrast",
1010
"icon": "fa-solid fa-vector-square"
1111
},
1212
".geojson": {
13-
"color": ["secondary_contrast"],
13+
"color": "secondary_contrast",
1414
"icon": "fa-solid fa-vector-square"
1515
},
1616
"DEFAULT": { "color": "anchor", "icon": "fa-regular fa-file" },

0 commit comments

Comments
 (0)