Skip to content

Commit 7988e76

Browse files
committed
fix: Default to opening new links in a new tab
1 parent adbae34 commit 7988e76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/components/Item/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ export const Item: React.FC<ItemProps> = ({
247247
)}
248248
>
249249
<Container
250+
target="_blank"
250251
href={link}
251252
onMouseOver={() => setPopoverOpen(children.length > 0)}
252253
onMouseLeave={() => setPopoverOpen(false)}

0 commit comments

Comments
 (0)