Skip to content

Commit

Permalink
fix(chore): Fix broken application launcher example. (#10305)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlabaj authored Apr 30, 2024
1 parent f95fee9 commit c1f87b2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { DropdownDirection, DropdownPosition } from '@patternfly/react-core/depr
import HelpIcon from '@patternfly/react-icons/dist/esm/icons/help-icon';
import { Link } from '@reach/router';
import pfLogoSm from '@patternfly/react-core/src/demos/assets/pf-logo-small.svg';
import c_app_launcher__menu_item_Color from '@patternfly/react-tokens/dist/esm/c_app_launcher__menu_item_Color';

Note: Application launcher is built on dropdown, for extended API go to [dropdown](/components/menus/dropdown) documentation.
To add a tooltip, use the `tooltip` prop and optionally add more tooltip props by using `tooltipProps`. For more tooltip information go to [tooltip](/components/tooltip).
Expand Down

0 comments on commit c1f87b2

Please sign in to comment.