diff --git a/.changeset/smart-bananas-obey.md b/.changeset/smart-bananas-obey.md new file mode 100644 index 0000000000..ab62d285d2 --- /dev/null +++ b/.changeset/smart-bananas-obey.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': patch +--- + +Remove the `WelcomeBanner` that links to a plugin that is not longer wired into Backstage instances diff --git a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx index 077e1f092f..afb812ed06 100644 --- a/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx +++ b/plugins/catalog/src/components/CatalogPage/CatalogPage.tsx @@ -36,7 +36,6 @@ import { CatalogTable } from '../CatalogTable/CatalogTable'; import { ResultsFilter } from '../ResultsFilter/ResultsFilter'; import CatalogLayout from './CatalogLayout'; import { CatalogTabs, LabeledComponentType } from './CatalogTabs'; -import { WelcomeBanner } from './WelcomeBanner'; import { useOwnUser } from '../useOwnUser'; import { isOwnerOf } from '../isOwnerOf'; @@ -157,7 +156,6 @@ const CatalogPageContents = () => { onChange={({ label }) => setSelectedTab(label)} /> -