From 033301c7b27b855ed229704ed71aa3f7e32e759d Mon Sep 17 00:00:00 2001 From: regexowl Date: Tue, 16 Apr 2024 16:42:51 +0200 Subject: [PATCH] Blueprints: Remove icon from "Create blueprint" button This removes the plus icon from the "Create blueprint" button as per recent review. --- src/Components/sharedComponents/ImageBuilderHeader.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/Components/sharedComponents/ImageBuilderHeader.tsx b/src/Components/sharedComponents/ImageBuilderHeader.tsx index f50f1472..2c5284fc 100644 --- a/src/Components/sharedComponents/ImageBuilderHeader.tsx +++ b/src/Components/sharedComponents/ImageBuilderHeader.tsx @@ -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{' '} - - - + Create blueprint