Skip to content

Commit eb57ae6

Browse files
authored
issue 11902: Update MeetupList.tsx to open links in new tabs
1 parent c23dea4 commit eb57ae6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/MeetupList.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ const MeetupList: React.FC<IProps> = () => {
115115
textDecor="none"
116116
color="text"
117117
hideArrow
118+
target="_blank"
119+
rel="noopener noreferrer"
118120
>
119121
{meetup.title}
120122
</LinkOverlay>

0 commit comments

Comments
 (0)