Skip to content

Commit df57619

Browse files
committed
refactor: adjusted the animation speed and the sidebar
Signed-off-by: Lawrence Sharma <che3zcake@gmail.com>
1 parent ba8acba commit df57619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/NavbarItem/ComponentTypes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const ComponentTypes = {
1919
docSidebar: DocSidebarNavbarItem,
2020
docsVersion: DocsVersionNavbarItem,
2121
docsVersionDropdown: DocsVersionDropdownNavbarItem,
22-
'custom-products-dropdown': CustomProductsDropdown,
22+
'custom-products-dropdown': CustomProductsDropdown, //ok
2323
'custom-blog-dropdown': CustomBlogDropdown
2424
};
2525
export default ComponentTypes;

0 commit comments

Comments
 (0)