From def390013cd13c32e341608c2df38891cbc9f9d3 Mon Sep 17 00:00:00 2001 From: Keith Chong Date: Fri, 19 Jun 2026 15:11:40 -0400 Subject: [PATCH] fix: Update AppSet Icon (#10078) Signed-off-by: Keith Chong --- .../appset/graph/nodes/ApplicationSetNode.tsx | 46 ++----------------- src/images/resources/applicationset.svg | 3 ++ 2 files changed, 6 insertions(+), 43 deletions(-) create mode 100644 src/images/resources/applicationset.svg diff --git a/src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx b/src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx index a79d3110d..00e6b88cd 100644 --- a/src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx +++ b/src/gitops/components/appset/graph/nodes/ApplicationSetNode.tsx @@ -4,7 +4,7 @@ import { observer } from 'mobx-react'; import SvgTextWithOverflow from '@gitops/components/graph/SvgTextWithOverflow'; import { dangerColor, successColor, warningColor } from '@gitops/utils/components/Icons/Icons'; import { HealthStatus } from '@gitops/utils/constants'; -import ApplicationIcon from '@images/resources/application.svg'; +import ApplicationSetIcon from '@images/resources/applicationset.svg'; import { Tooltip } from '@patternfly/react-core'; import { GhostIcon, @@ -102,54 +102,14 @@ const ApplicationSetShape: React.FunctionComponent = observer( stroke="var(--pf-topology__node__background--Stroke)" strokeWidth="2" /> - -
- {`{`} -
-
- - -
- {`}`} -
-
+ +