From 5cd247f5f65fa19f486bd76151f2ffcffb999ef0 Mon Sep 17 00:00:00 2001 From: Yuri Numerov Date: Fri, 28 Aug 2015 01:21:57 +0200 Subject: [PATCH] swapped glass for keyboard for command palette icon --- notebook/static/notebook/js/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }