diff --git a/apps/assisted-ui/src/components/Header.tsx b/apps/assisted-ui/src/components/Header.tsx index a12c8c9b67..78e1df054a 100644 --- a/apps/assisted-ui/src/components/Header.tsx +++ b/apps/assisted-ui/src/components/Header.tsx @@ -1,12 +1,11 @@ import type React from 'react'; -import { Brand } from '@patternfly/react-core'; -import { PageHeader, PageHeaderTools } from '@patternfly/react-core/deprecated'; +import { Brand, Masthead, MastheadBrand, MastheadMain } from '@patternfly/react-core'; import { AboutButton } from './AboutButton'; import { FeedbackButton } from './FeedbackButton'; export const Header: React.FC = () => ( - + ( > - } - logoProps={{ href: '/' }} - headerTools={ - - - - - } - /> + + + + + + );