Get rid of flex console warning for IconLink

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-06-24 19:55:42 +02:00
parent 46d6a27eb5
commit e19283b396
2 changed files with 6 additions and 1 deletions
@@ -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>