Blueprints: Remove icon from "Create blueprint" button
This removes the plus icon from the "Create blueprint" button as per recent review.
This commit is contained in:
parent
68bfa8c351
commit
033301c7b2
1 changed files with 1 additions and 6 deletions
|
|
@ -7,13 +7,11 @@ import {
|
|||
TextContent,
|
||||
Flex,
|
||||
FlexItem,
|
||||
Icon,
|
||||
} from '@patternfly/react-core';
|
||||
import {
|
||||
ExternalLinkAltIcon,
|
||||
HelpIcon,
|
||||
ImportIcon,
|
||||
PlusCircleIcon,
|
||||
} from '@patternfly/react-icons';
|
||||
// eslint-disable-next-line rulesdir/disallow-fec-relative-imports
|
||||
import {
|
||||
|
|
@ -113,10 +111,7 @@ export const ImageBuilderHeader = ({
|
|||
className="pf-c-button pf-m-primary"
|
||||
data-testid="blueprints-create-button"
|
||||
>
|
||||
Create blueprint{' '}
|
||||
<Icon>
|
||||
<PlusCircleIcon />
|
||||
</Icon>
|
||||
Create blueprint
|
||||
</Link>
|
||||
</FlexItem>
|
||||
<FlexItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue