Merge pull request #27560 from backstage/align-entity-cards-html

Fix link styling in ProvidedApisCard component
This commit is contained in:
Fredrik Adelöw
2024-11-20 15:14:56 +01:00
committed by GitHub
2 changed files with 13 additions and 6 deletions
@@ -84,12 +84,14 @@ export const ProvidedApisCard = (props: {
This {entity.kind.toLocaleLowerCase('en-US')} does not provide any
APIs.
</Typography>
<Link
to="https://backstage.io/docs/features/software-catalog/descriptor-format#specprovidesapis-optional"
externalLinkIcon
>
Learn how to change this
</Link>
<Typography variant="body2">
<Link
to="https://backstage.io/docs/features/software-catalog/descriptor-format#specprovidesapis-optional"
externalLinkIcon
>
Learn how to change this
</Link>
</Typography>
</div>
}
columns={columns}