Skip to content

Commit e7b9117

Browse files
authored
Merge pull request #11908 from kamuik16/kamuik16/issue11902
Update MeetupList.tsx to open links in new tabs [Fixes #11902]
2 parents 7406870 + 0d34c42 commit e7b9117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MeetupList.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ const MeetupList: React.FC<IProps> = () => {
115115
textDecor="none"
116116
color="text"
117117
hideArrow
118+
isExternal
118119
>
119120
{meetup.title}
120121
</LinkOverlay>

0 commit comments

Comments
 (0)