Skip to content

Commit 1b075bc

Browse files
authored
Merge pull request #12374 from ethereum/fix-cardlist-links
Fix CardList external links not opening in new tabs
2 parents 57c41b6 + da0a336 commit 1b075bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/CardList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const Card = ({
7070
<LinkOverlay
7171
as={BaseLink}
7272
href={link}
73+
isExternal={isExternal}
7374
hideArrow
7475
color="text"
7576
textDecoration="none"

0 commit comments

Comments
 (0)