From 05be42097133f5d26415b170ab102b0cf515f0e9 Mon Sep 17 00:00:00 2001 From: Matt Ng Date: Thu, 19 May 2022 18:06:42 -0400 Subject: [PATCH] Header Hierarchy Jump on Catalog Import Page Signed-off-by: Matt Ng --- .changeset/violet-apples-repair.md | 5 +++++ .../src/components/ImportInfoCard/ImportInfoCard.tsx | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/violet-apples-repair.md diff --git a/.changeset/violet-apples-repair.md b/.changeset/violet-apples-repair.md new file mode 100644 index 0000000000..8bf6a6c1c9 --- /dev/null +++ b/.changeset/violet-apples-repair.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog-import': minor +--- + +Updated catalog import page text so they go in the correct hierarchy order diff --git a/plugins/catalog-import/src/components/ImportInfoCard/ImportInfoCard.tsx b/plugins/catalog-import/src/components/ImportInfoCard/ImportInfoCard.tsx index c879cbe998..339d71b476 100644 --- a/plugins/catalog-import/src/components/ImportInfoCard/ImportInfoCard.tsx +++ b/plugins/catalog-import/src/components/ImportInfoCard/ImportInfoCard.tsx @@ -54,6 +54,7 @@ export const ImportInfoCard = (props: ImportInfoCardProps) => { return ( { Enter the URL to your source code repository to add it to {appTitle}. - Link to an existing entity file + Link to an existing entity file Example: {exampleLocationUrl} @@ -72,7 +73,7 @@ export const ImportInfoCard = (props: ImportInfoCardProps) => { {hasGithubIntegration && ( <> - + Link to a repository{' '}