Skip to content

Commit

Permalink
add comment for SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoguang authored Mar 10, 2023
1 parent 7ebe55d commit 8c5299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_src/js/svg.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const svgs = {
'octicon-organization': octiconOrganization,
};

// TODO: use a general approach to manage SVG icons
// TODO: use a more general approach to access SVG icons. At the moment, developers must check, pick and fill the names manually, most of the SVG icons in assets couldn't be used directly.

const parser = new DOMParser();
const serializer = new XMLSerializer();
Expand Down

0 comments on commit 8c5299b

Please sign in to comment.