Get rid of flex console warning for IconLink
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user