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:
parent
5bd9756a45
commit
47436e6933
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue