Skip to content

Commit 45aef94

Browse files
committed
search thing
1 parent ecdd8a6 commit 45aef94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/shortcut-key.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ document.addEventListener("readystatechange", () => {
55
let shortcutKeyElement = document.querySelector("#search-toggle .nav-link");
66
if (shortcutKeyElement && isMac) {
77
// use the unicode for command key
8-
shortcutKeyElement.innerHTML = '&#x2318; k <i class="ti ti-search"></i>';
8+
shortcutKeyElement.innerHTML = ' <i class="ti ti-search"></i>';
99
}
1010
}
1111
});

0 commit comments

Comments
 (0)