Skip to content

Commit 10ac13a

Browse files
committed
[Front-end] Updated to use new glyphs
Fixes nasa#1695
1 parent 374c363 commit 10ac13a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platform/import-export/bundle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ define([
4747
"name": "Export as JSON",
4848
"implementation": ExportAsJSONAction,
4949
"category": "contextual",
50-
"cssClass": "icon-save",
50+
"cssClass": "icon-export",
5151
"depends": [
5252
"exportService",
5353
"policyService",
@@ -59,7 +59,7 @@ define([
5959
"name": "Import from JSON",
6060
"implementation": ImportAsJSONAction,
6161
"category": "contextual",
62-
"cssClass": "icon-download",
62+
"cssClass": "icon-import",
6363
"depends": [
6464
"exportService",
6565
"identifierService",

0 commit comments

Comments
 (0)