Skip to content

Commit bfa3bbc

Browse files
authored
Merge pull request nasa#1735 from nasa/import-export-1695
Review and integrate usage of new Import/Export glyphs
2 parents 2baf3f8 + 10ac13a commit bfa3bbc

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)