Skip to content

Commit

Permalink
Fixed icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
petersirka committed Nov 11, 2023
1 parent 24cbb21 commit 6b59de3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/html/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports.id = 'html';
exports.group = 'Content';
exports.name = 'HTML';
exports.icon = 'ti ti-html';
exports.icon = 'ti ti-html5';
exports.author = 'Total.js';
exports.config = { html: 'You <b>HTML</b> code' };
exports.render = '/components/html/render.html';
Expand Down
2 changes: 1 addition & 1 deletion components/html/render.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports.id = 'html';
exports.name = 'HTML';
exports.icon = 'ti ti-html';
exports.icon = 'ti ti-html5';
exports.author = 'Total.js';
exports.version = '1';

Expand Down

0 comments on commit 6b59de3

Please sign in to comment.