diff --git a/packages/app/src/components/catalog/EntityPage.tsx b/packages/app/src/components/catalog/EntityPage.tsx index 5c9ff1c448..e849667c19 100644 --- a/packages/app/src/components/catalog/EntityPage.tsx +++ b/packages/app/src/components/catalog/EntityPage.tsx @@ -29,7 +29,7 @@ import { ProvidingComponentsCard, } from '@backstage/plugin-api-docs'; import { - EntityAboutCard, + AboutCard, EntityLinksCard, EntityPageLayout, } from '@backstage/plugin-catalog'; @@ -174,7 +174,7 @@ export const ErrorsSwitcher = ({ entity }: { entity: Entity }) => { const ComponentOverviewContent = ({ entity }: { entity: Entity }) => ( - + {isPagerDutyAvailable(entity) && ( @@ -344,7 +344,7 @@ export const ComponentEntityPage = ({ entity }: { entity: Entity }) => { const ApiOverviewContent = ({ entity }: { entity: Entity }) => ( - +