File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/gitops/components/application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ const ApplicationDetailsTitle: React.FC<ApplicationPageTitleProps> = ({
2727} ) => {
2828 const { t } = useGitOpsTranslation ( ) ;
2929
30- // Determine if this is an ApplicationSet based on the model kind
30+ // Determine the correct icon text and styling based on the model
3131 const isApplicationSet = model . kind === 'ApplicationSet' ;
3232 const iconText = isApplicationSet ? 'AS' : 'A' ;
3333 const iconTitle = isApplicationSet ? 'Argo CD ApplicationSet' : 'Argo CD Application' ;
@@ -54,7 +54,7 @@ const ApplicationDetailsTitle: React.FC<ApplicationPageTitleProps> = ({
5454 < PaneHeading >
5555 < Title headingLevel = "h1" >
5656 < span
57- className = "argocd-application-icon co-m-resource-icon co-m-resource-icon--lg"
57+ className = "co-m-resource-icon co-m-resource-icon--lg"
5858 title = { iconTitle }
5959 >
6060 { iconText }
You can’t perform that action at this time.
0 commit comments