From 56751f06320a1cd392c059003ff58bcdf3d7fb99 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 4 Dec 2020 10:26:38 -0500 Subject: [PATCH] Convert card to full Material-UI components --- .../src/components/ImportComponentPage.tsx | 35 +++++++++---------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/plugins/catalog-import/src/components/ImportComponentPage.tsx b/plugins/catalog-import/src/components/ImportComponentPage.tsx index c294d4c857..9fdb465dd1 100644 --- a/plugins/catalog-import/src/components/ImportComponentPage.tsx +++ b/plugins/catalog-import/src/components/ImportComponentPage.tsx @@ -64,7 +64,7 @@ export const ImportComponentPage = ({ - + There are two ways to register an existing component. -
    -
  1. - GitHub Repo -
    - If you already have code in a GitHub repository, enter the - full URL to your repo and a new pull request with a sample - Backstage metadata Entity File ( - catalog-info.yaml) will be opened for you. -
  2. -
  3. - GitHub Repo & Entity File -
    - If you've already created a Backstage metadata file and put - it in your repo, you can enter the full URL to that Entity - File. -
  4. -
+
+ GitHub Repo + + If you already have code in a GitHub repository, enter the full + URL to your repo and a new pull request with a sample Backstage + metadata Entity File (catalog-info.yaml) will be + opened for you. + + + GitHub Repo & Entity File + + + If you've already created a Backstage metadata file and put it + in your repo, you can enter the full URL to that Entity File.
- +