Skip to content

Commit

Permalink
Updated export name in example code
Browse files Browse the repository at this point in the history
  • Loading branch information
thatblindgeye committed Jul 29, 2024
1 parent 401376c commit 0a23410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import { MenuToggle } from '@patternfly/react-core';

export const MenuToggleStatus: React.FunctionComponent = () => <MenuToggle size="sm">Small toggle</MenuToggle>;
export const MenuToggleSmall: React.FunctionComponent = () => <MenuToggle size="sm">Small toggle</MenuToggle>;

0 comments on commit 0a23410

Please sign in to comment.