mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Merge pull request #382 from Carreau/rebase-358
swapped glass for keyboard for command palette icon
This commit is contained in:
commit
bd03233e8b
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user