Add support for links in ItemCard and fix height of cards with tags vs cards without tags

This commit is contained in:
Oliver Sand
2021-01-19 17:04:06 +01:00
parent 2132233fc8
commit 5fa3bdb553
4 changed files with 67 additions and 18 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/core': patch
'@backstage/plugin-techdocs': patch
---
Add `href` in addition to `onClick` to `ItemCard`. Ensure that the height of a
`ItemCard` with and without tags is equal.