Use blue icon for dashboard New Notebook task (#22568)

This commit is contained in:
Cory Rivera
2023-03-31 16:06:50 -07:00
committed by GitHub
parent 490ea592f2
commit 1dbb2211e3
4 changed files with 13 additions and 7 deletions

View File

@@ -860,7 +860,7 @@ async function openNewNotebook(
export class NewNotebookTask extends Task {
public static ID = 'newNotebook';
public static LABEL = localize('newNotebookTask.newNotebook', "New Notebook");
public static ICON = 'new-notebook';
public static ICON = 'notebook';
constructor() {
super({