Skip to content

Commit c732b69

Browse files
author
Katia Aresti
committed
Use isHamburger in the PageToggleButton
1 parent c501946 commit c732b69

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/app/AppLayout/AppLayout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
SkipToContent,
1818
} from '@patternfly/react-core';
1919
import { IAppRoute, IAppRouteGroup, routes } from '@app/routes';
20-
import { BarsIcon } from '@patternfly/react-icons';
2120

2221
interface IAppLayout {
2322
children: React.ReactNode;
@@ -28,9 +27,7 @@ const AppLayout: React.FunctionComponent<IAppLayout> = ({ children }) => {
2827
<Masthead>
2928
<MastheadMain>
3029
<MastheadToggle>
31-
<PageToggleButton variant="plain" aria-label="Global navigation">
32-
<BarsIcon />
33-
</PageToggleButton>
30+
<PageToggleButton variant="plain" isHamburger aria-label="Global navigation"/>
3431
</MastheadToggle>
3532
<MastheadBrand>
3633
<MastheadLogo>

0 commit comments

Comments
 (0)