Skip to content

Commit 971a0bc

Browse files
Abhijna ParigiAbhijna Parigi
authored andcommitted
Search bar cleanup
1 parent a72a02d commit 971a0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/Navbar/Search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ export default function NavbarSearch({className}: Props): ReactNode {
368368
"https://ms-0e8ae24505f7-30518.sfo.meilisearch.io", // Meilisearch Cloud
369369
apiKey: "", // No API key needed for Netlify function
370370
indexUid: "semgrep_docs", // Use same index name everywhere
371-
placeholder: "🔍 Search docs... (Hybrid: 70% semantic + 30% keyword)"
371+
placeholder: "Search docs..."
372372
};
373373
} else {
374374
// All other branches - disable Meilisearch

0 commit comments

Comments
 (0)