- No component is part of this system.{' '}
-
- (Learn how to add components.)
-
+
+
+ No component is part of this system.
+
+
+
+ Learn how to change this.
+
+
}
columns={columns}
diff --git a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
index 5dd261ce3f..bcde4c576b 100644
--- a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
+++ b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx
@@ -22,6 +22,7 @@ import {
Progress,
WarningPanel,
} from '@backstage/core';
+import { Typography } from '@material-ui/core';
import {
EntityTable,
useEntity,
@@ -73,11 +74,15 @@ export const HasSubcomponentsCard = ({ variant = 'gridItem' }: Props) => {
title="Subcomponents"
variant={variant}
emptyContent={
-
- No subcomponent is part of this component.{' '}
-
- (Learn how to add subcomponents.)
-
+
+
+ No subcomponent is part of this component.
+
+
+
+ Learn how to change this.
+
+
}
columns={columns}
diff --git a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
index 0ceab31a4d..0146bfc165 100644
--- a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
+++ b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx
@@ -22,6 +22,7 @@ import {
Progress,
WarningPanel,
} from '@backstage/core';
+import { Typography } from '@material-ui/core';
import {
EntityTable,
useEntity,
@@ -70,11 +71,15 @@ export const HasSystemsCard = ({ variant = 'gridItem' }: Props) => {
title="Systems"
variant={variant}
emptyContent={
-
- No system is part of this domain.{' '}
-
- (Learn how to add systems.)
-
+
+
+ No system is part of this domain.
+
+
+
+ Learn how to change this.
+
+
}
columns={columns}