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 ba8acba commit 3d5e408Copy full SHA for 3d5e408
src/theme/NavbarItem/ComponentTypes.js
@@ -19,7 +19,7 @@ const ComponentTypes = {
19
docSidebar: DocSidebarNavbarItem,
20
docsVersion: DocsVersionNavbarItem,
21
docsVersionDropdown: DocsVersionDropdownNavbarItem,
22
- 'custom-products-dropdown': CustomProductsDropdown,
+ 'custom-products-dropdown': CustomProductsDropdown, //ok
23
'custom-blog-dropdown': CustomBlogDropdown
24
};
25
export default ComponentTypes;
0 commit comments