We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdd8a6 commit 45aef94Copy full SHA for 45aef94
assets/js/shortcut-key.js
@@ -5,7 +5,7 @@ document.addEventListener("readystatechange", () => {
5
let shortcutKeyElement = document.querySelector("#search-toggle .nav-link");
6
if (shortcutKeyElement && isMac) {
7
// use the unicode for command key
8
- shortcutKeyElement.innerHTML = '⌘ k <i class="ti ti-search"></i>';
+ shortcutKeyElement.innerHTML = ' <i class="ti ti-search"></i>';
9
}
10
11
});
0 commit comments