Skip to content

Commit ae96915

Browse files
authored
remove search (#106)
1 parent bac384f commit ae96915

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/theme/SearchBar/index.jsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ import AskCookbook from "@cookbookdev/docsbot/react";
66
const COOKBOOK_API_KEY = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI2NjhkNGVmMTQ5ODQ2YjcxMDdjYzEyZDUiLCJpYXQiOjE3MjA1MzY4MTcsImV4cCI6MjAzNjExMjgxN30.RArVfTI-iEvHuTH8gRzfwHuFHeETUv8YIsvDp2Kv3sE";
77

88
export default function SearchBarWrapper(props) {
9-
return (
10-
<>
11-
<SearchBar {...props} />
12-
<AskCookbook apiKey={COOKBOOK_API_KEY} />
13-
</>
9+
return (<></>
10+
// <>
11+
// <SearchBar {...props} />
12+
// <AskCookbook apiKey={COOKBOOK_API_KEY} />
13+
// </>
1414
);
1515
}

0 commit comments

Comments
 (0)