We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ceb148 commit 0138808Copy full SHA for 0138808
src/components/Header/aiSearch/Search.tsx
@@ -41,7 +41,7 @@ function AlgoliaSearch({ algoliaVars }) {
41
popularCards={popularCards}
42
ariaLabel="Open AI search"
43
spotlight={["Documentation"]}
44
- categoriesToShow={["Documentation", "CCIP Network"]}
+ categoriesToShow={["Documentation", "CCIP Network", "Transaction"]}
45
hideSuggestions={true}
46
/>
47
)
0 commit comments