Skip to content

Commit

Permalink
Merge pull request #11908 from kamuik16/kamuik16/issue11902
Browse files Browse the repository at this point in the history
Update MeetupList.tsx to open links in new tabs [Fixes #11902]
  • Loading branch information
corwintines authored Jan 11, 2024
2 parents 7406870 + 0d34c42 commit e7b9117
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MeetupList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const MeetupList: React.FC<IProps> = () => {
textDecor="none"
color="text"
hideArrow
isExternal
>
{meetup.title}
</LinkOverlay>
Expand Down

0 comments on commit e7b9117

Please sign in to comment.