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 491d691 commit 898951aCopy full SHA for 898951a
apify-docs-theme/src/theme/SearchBar/index.js
@@ -128,9 +128,9 @@ export default function SearchBar({ onClick }) {
128
apiKey: inkeepApiKey,
129
organizationDisplayName: 'Apify',
130
primaryBrandColor: '#FF9013',
131
- transformSource: (source) => {
132
- function getTabForSource(source) {
133
- if (source.url.includes('help.apify.com')) {
+ transformSource: (src) => {
+ function getTabForSource(src) {
+ if (src.url.includes('help.apify.com')) {
134
return 'Help';
135
}
136
return 'Docs';
0 commit comments