From 4675be12d4a51af38265c2bd850c5c1fe015c0c9 Mon Sep 17 00:00:00 2001 From: Katia Aresti Date: Fri, 29 May 2026 10:42:14 +0200 Subject: [PATCH] Use isHamburger in the PageToggleButton --- src/app/AppLayout/AppLayout.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index c36b973e..62f4a02f 100644 --- a/src/app/AppLayout/AppLayout.tsx +++ b/src/app/AppLayout/AppLayout.tsx @@ -17,7 +17,6 @@ import { SkipToContent, } from '@patternfly/react-core'; import { IAppRoute, IAppRouteGroup, routes } from '@app/routes'; -import { BarsIcon } from '@patternfly/react-icons'; interface IAppLayout { children: React.ReactNode; @@ -28,9 +27,7 @@ const AppLayout: React.FunctionComponent = ({ children }) => { - - - +