There was an error while loading. Please reload this page.
1 parent 3740287 commit fadafcaCopy full SHA for fadafca
1 file changed
packages/react-components/src/components/Navbar/Navbar.tsx
@@ -13,7 +13,6 @@ export interface NavbarProps extends React.HTMLAttributes<HTMLElement> {
13
type NavbarSize = NonNullable<NavbarProps["size"]>;
14
15
/* Allowlist of components which will receive the size prop from Navbar */
16
-/* TODO: add Menu to this list */
17
const sizableChildTypes = [Button, Link] as const;
18
19
/* Clone children and inject size prop */
0 commit comments