update icon

This commit is contained in:
daria 2025-08-28 17:53:23 +03:00
parent a1da9e8b52
commit ca43d54d90
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -2878,8 +2878,8 @@ define([
},
}, {
tag: 'a',
attributes: {'class': 'cp-form-export-json cptools cptools-code'},
content: h('span', Messages.form_exportJSON),
attributes: {'class': 'cp-form-export-json'},
content: h('span', [Icons.get('code-file'), Messages.form_exportJSON]),
action: function () {
var arr = Exporter.results(content, answers, TYPES, getFullOrder(content), "json");
if (!arr) { return void UI.warn(Messages.error); }