Landingpage: Switch to CodeBranchIcon

Use the CodeBranchIcon instead of just CodeIcon for the Open Source
Services popover button.
COMPOSER-1899
This commit is contained in:
Simon Steinbeiss 2023-03-01 16:30:25 +01:00 committed by Lucas Garfield
parent 5bd9756a45
commit 47436e6933

View file

@ -3,7 +3,7 @@ import React, { Component } from 'react';
import { Button, Popover, Text, TextContent } from '@patternfly/react-core';
import {
HelpIcon,
CodeIcon,
CodeBranchIcon,
ExternalLinkAltIcon,
} from '@patternfly/react-icons';
// eslint-disable-next-line rulesdir/disallow-fec-relative-imports
@ -77,7 +77,7 @@ class LandingPage extends Component {
aria-label="About Open Services"
className="pf-u-pl-sm header-button"
>
<CodeIcon />
<CodeBranchIcon />
</Button>
</Popover>
</PageHeader>