From 10ac13ac5cf16bf4a66e487c429a676ffb49b29c Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 25 Sep 2017 15:22:35 -0700 Subject: [PATCH] [Front-end] Updated to use new glyphs Fixes #1695 --- platform/import-export/bundle.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/import-export/bundle.js b/platform/import-export/bundle.js index 255d122a12..33c18582d2 100644 --- a/platform/import-export/bundle.js +++ b/platform/import-export/bundle.js @@ -47,7 +47,7 @@ define([ "name": "Export as JSON", "implementation": ExportAsJSONAction, "category": "contextual", - "cssClass": "icon-save", + "cssClass": "icon-export", "depends": [ "exportService", "policyService", @@ -59,7 +59,7 @@ define([ "name": "Import from JSON", "implementation": ImportAsJSONAction, "category": "contextual", - "cssClass": "icon-download", + "cssClass": "icon-import", "depends": [ "exportService", "identifierService",