We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19d87b commit 43baca2Copy full SHA for 43baca2
home.mdx
@@ -6,7 +6,7 @@ import { IntroCard } from '/snippets/card.mdx';
6
7
export function openSearch() {
8
if (typeof window !== 'undefined') {
9
- document.getElementById('home-search-entry').click();
+ document.getElementById('search-bar-entry').click();
10
}
11
12
0 commit comments