We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d396890 commit 4e3be84Copy full SHA for 4e3be84
src/hooks/use-search/index.tsx
@@ -34,9 +34,10 @@ const useSearch = (
34
!!section.to?.startsWith('/docs/') ||
35
!!section.results[0]?.to?.startsWith('/docs/')
36
),
37
- icon: <TbApple />
+ icon: <TbBooks />
38
},
39
- ...socialSearch.searchResults
+ // Temporarily disable community search results
40
+ // ...socialSearch.searchResults
41
};
42
}, [docsSearch, socialSearch]);
43
0 commit comments