From 994afea78b3c1a56bdce7a9a96e2fdab9480b63c Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Mon, 22 Feb 2021 21:56:01 -0500 Subject: [PATCH] Consistent learn more formatting Signed-off-by: Adam Harvey --- .../src/components/HasComponentsCard/HasComponentsCard.tsx | 2 +- .../components/HasSubcomponentsCard/HasSubcomponentsCard.tsx | 2 +- .../catalog/src/components/HasSystemsCard/HasSystemsCard.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx b/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx index eb8e96d9b3..53d42c1d82 100644 --- a/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx +++ b/plugins/catalog/src/components/HasComponentsCard/HasComponentsCard.tsx @@ -76,7 +76,7 @@ export const HasComponentsCard = ({ variant = 'gridItem' }: Props) => {
No component is part of this system.{' '} - Learn how to add components. + (Learn how to add components.)
} diff --git a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx index 778ec1dec5..5dd261ce3f 100644 --- a/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx +++ b/plugins/catalog/src/components/HasSubcomponentsCard/HasSubcomponentsCard.tsx @@ -76,7 +76,7 @@ export const HasSubcomponentsCard = ({ variant = 'gridItem' }: Props) => {
No subcomponent is part of this component.{' '} - Learn how to add subcomponents. + (Learn how to add subcomponents.)
} diff --git a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx index 5b18711d44..0ceab31a4d 100644 --- a/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx +++ b/plugins/catalog/src/components/HasSystemsCard/HasSystemsCard.tsx @@ -73,7 +73,7 @@ export const HasSystemsCard = ({ variant = 'gridItem' }: Props) => {
No system is part of this domain.{' '} - Learn how to add systems. + (Learn how to add systems.)
}