diff --git a/notebook/static/notebook/js/actions.js b/notebook/static/notebook/js/actions.js index a6a3eb1ed..4f7aeb882 100644 --- a/notebook/static/notebook/js/actions.js +++ b/notebook/static/notebook/js/actions.js @@ -334,7 +334,7 @@ define(function(require){ 'command-palette': { help_index : 'aa', help: 'open the command palette', - icon: 'fa-search', + icon: 'fa-keyboard-o', handler : function(env){ env.notebook.show_command_palette(); }