mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
Use blue icon for dashboard New Notebook task (#22568)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user