From b6662c7c70fdc05694754dccd5ac3f5d0a9a07c6 Mon Sep 17 00:00:00 2001 From: nicolethoen Date: Wed, 20 Dec 2023 15:18:54 -0500 Subject: [PATCH] fix: use inline svg for brand logo --- src/app/AppLayout/AppLayout.tsx | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/src/app/AppLayout/AppLayout.tsx b/src/app/AppLayout/AppLayout.tsx index a955125e..e0f8397a 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 logo from '@app/bgimages/Patternfly-Logo.svg'; import { BarsIcon } from '@patternfly/react-icons'; interface IAppLayout { @@ -35,7 +34,34 @@ const AppLayout: React.FunctionComponent = ({ children }) => { - + + PatternFly logo + + + + + + + + + + + + + + + + + + + + + + + + + +