Consistent learn more formatting

Signed-off-by: Adam Harvey <adam.harvey@dxc.com>
This commit is contained in:
Adam Harvey
2021-02-22 21:56:01 -05:00
parent 32a0039732
commit 994afea78b
3 changed files with 3 additions and 3 deletions
@@ -76,7 +76,7 @@ export const HasComponentsCard = ({ variant = 'gridItem' }: Props) => {
<div>
No component is part of this system.{' '}
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component">
Learn how to add components.
(Learn how to add components.)
</Link>
</div>
}
@@ -76,7 +76,7 @@ export const HasSubcomponentsCard = ({ variant = 'gridItem' }: Props) => {
<div>
No subcomponent is part of this component.{' '}
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#specsubcomponentof-optional">
Learn how to add subcomponents.
(Learn how to add subcomponents.)
</Link>
</div>
}
@@ -73,7 +73,7 @@ export const HasSystemsCard = ({ variant = 'gridItem' }: Props) => {
<div>
No system is part of this domain.{' '}
<Link to="https://backstage.io/docs/features/software-catalog/descriptor-format#kind-system">
Learn how to add systems.
(Learn how to add systems.)
</Link>
</div>
}