Fix link styling in ProvidedApisCard component
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-api-docs': patch
|
||||
---
|
||||
|
||||
Fix link styling in ProvidedApisCard component so it aligns with other card components.
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user