Open external links in new window by default

Signed-off-by: Deepak Bhardwaj <deepak.bhardwaj@outlook.com>
This commit is contained in:
Deepak Bhardwaj
2021-07-01 19:09:03 +05:30
parent fbfc9e4d0f
commit 80b42d7137
3 changed files with 5 additions and 11 deletions
@@ -97,12 +97,7 @@ export const ToolCard = ({ card, objectFit }: Props) => {
)}
</CardContent>
<CardActions>
<Button
externalLinkTarget="_blank"
color="primary"
to={url}
disabled={!url}
>
<Button color="primary" to={url} disabled={!url}>
Explore
</Button>
</CardActions>