Made headings consistent

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-03-02 13:11:33 -05:00
parent 65e82b3b67
commit 6c311926cd
5 changed files with 9 additions and 5 deletions
@@ -72,7 +72,9 @@ export const ConsumingComponentsCard = ({ variant = 'gridItem' }: Props) => {
variant={variant}
emptyContent={
<div style={{ textAlign: 'center' }}>
<Typography variant="h6">No component consumes this API.</Typography>
<Typography variant="body1">
No component consumes this API.
</Typography>
<Typography variant="body2">
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specconsumesapis-optional">
Learn how to change this.
@@ -72,7 +72,9 @@ export const ProvidingComponentsCard = ({ variant = 'gridItem' }: Props) => {
variant={variant}
emptyContent={
<div style={{ textAlign: 'center' }}>
<Typography variant="h6">No component provides this API.</Typography>
<Typography variant="body1">
No component provides this API.
</Typography>
<Typography variant="body2">
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specprovidesapis-optional">
Learn how to change this.
@@ -75,7 +75,7 @@ export const HasComponentsCard = ({ variant = 'gridItem' }: Props) => {
variant={variant}
emptyContent={
<div style={{ textAlign: 'center' }}>
<Typography variant="h6">
<Typography variant="body1">
No component is part of this system.
</Typography>
<Typography variant="body2">
@@ -75,7 +75,7 @@ export const HasSubcomponentsCard = ({ variant = 'gridItem' }: Props) => {
variant={variant}
emptyContent={
<div style={{ textAlign: 'center' }}>
<Typography variant="h6">
<Typography variant="body1">
No subcomponent is part of this component.
</Typography>
<Typography variant="body2">
@@ -72,7 +72,7 @@ export const HasSystemsCard = ({ variant = 'gridItem' }: Props) => {
variant={variant}
emptyContent={
<div style={{ textAlign: 'center' }}>
<Typography variant="h6">
<Typography variant="body1">
No system is part of this domain.
</Typography>
<Typography variant="body2">