Skip to content

Commit 4e3be84

Browse files
committed
feat: Temporarily disable community search results
1 parent d396890 commit 4e3be84

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/hooks/use-search/index.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ const useSearch = (
3434
!!section.to?.startsWith('/docs/') ||
3535
!!section.results[0]?.to?.startsWith('/docs/')
3636
),
37-
icon: <TbApple />
37+
icon: <TbBooks />
3838
},
39-
...socialSearch.searchResults
39+
// Temporarily disable community search results
40+
// ...socialSearch.searchResults
4041
};
4142
}, [docsSearch, socialSearch]);
4243

0 commit comments

Comments
 (0)