Skip to content

Commit

Permalink
fix: fix product icon theme label
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecton4 committed Oct 15, 2022
1 parent c56995f commit be9d1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ for (const set of sets) {
productIconThemes: [
{
id: name,
label: `${displayName} Icons`,
label: `${displayName} Icons (tweaked)`,
path: `./${name}.json`,
},
],
Expand Down

0 comments on commit be9d1d8

Please sign in to comment.