Skip to content

Commit 8c5299b

Browse files
authored
add comment for SVG
1 parent 7ebe55d commit 8c5299b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/svg.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const svgs = {
8686
'octicon-organization': octiconOrganization,
8787
};
8888

89-
// TODO: use a general approach to manage SVG icons
89+
// 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.
9090

9191
const parser = new DOMParser();
9292
const serializer = new XMLSerializer();

0 commit comments

Comments
 (0)