diff --git a/src/components/Keymaps.tsx b/src/components/Keymaps.tsx index ef14e35..b779f3b 100644 --- a/src/components/Keymaps.tsx +++ b/src/components/Keymaps.tsx @@ -11,7 +11,7 @@ const KEYMAPS = [ keys: [ { action: 'Select tab', keys: ['Alt/Cmd', 'number'] }, { action: 'Select connection tab', keys: ['Ctrl/Cmd', 'number'] }, - { action: 'Add new connection', keys: ['Ctrl/Cmd', '` (tilde)'] }, + { action: 'Add new connection', keys: ['Ctrl/Cmd', '` (backtick)'] }, ], }, { diff --git a/static/img/icon.png b/static/img/icon.png index c07c35c..bfc1794 100644 Binary files a/static/img/icon.png and b/static/img/icon.png differ