Merge pull request #6208 from backstage/freben/grow-up-plz

Get rid of flex console warning for IconLink
This commit is contained in:
Fredrik Adelöw
2021-06-24 21:41:41 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': patch
---
Get rid of flex console warning for IconLink
@@ -50,7 +50,7 @@ export const IconLink = ({
{Icon ? <Icon /> : <LanguageIcon />}
</Typography>
</Box>
<Box flex>
<Box flexGrow="1">
<Link to={href} target="_blank" rel="noopener">
{text || href}
</Link>