Made headings consistent
Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user