Skip to content

Commit

Permalink
chore(app): shorten universal header dropdown name in Example 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Oct 18, 2023
1 parent 2e78ad3 commit ebad82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/examples/example3/Example3HeaderItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const Example3HeaderItem2: React.FunctionComponent = () => {
onSelect={onSelect}
toggle={
<DropdownToggle id='example3-header-item2-dropdown-toggle' onToggle={onToggle}>
Example 3 Dropdown
Example 3
</DropdownToggle>
}
isOpen={isOpen}
Expand Down

0 comments on commit ebad82b

Please sign in to comment.