Skip to content

Commit

Permalink
feat: Use new icon-add-folder-description
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Mar 21, 2024
1 parent 29e178e commit 6f681cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const newRichWorkspaceFileMenuPlugin = {
id: 'rich-workspace-init',
displayName: t('text', 'Add folder description'),
templateName: descriptionFile,
iconClass: 'icon-rename',
iconClass: 'icon-add-folder-description',
fileType: 'file',
useInput: false,
actionHandler() {
Expand Down

0 comments on commit 6f681cf

Please sign in to comment.