File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ const IssueCollapsibleComponent = ({
56
56
>
57
57
< Link
58
58
href = { issue . url }
59
+ target = "_blank"
59
60
className = " text-blue-600 underline flex flex-wrap text-left justify-start items-start w-full"
60
61
>
61
62
{ issue . url }
@@ -69,6 +70,7 @@ const IssueCollapsibleComponent = ({
69
70
</ code >
70
71
< Link
71
72
href = { issue . url }
73
+ target = "_blank"
72
74
className = " text-violet-500 text-[13px] hover:underline flex flex-wrap text-left justify-start items-start w-full"
73
75
>
74
76
repo: { issue . repository }
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ const PullRequestCollapsibleComponent = ({
54
54
>
55
55
< Link
56
56
href = { pullRequest . url }
57
+ target = "_blank"
57
58
className = " text-blue-600 underline flex flex-wrap text-left justify-start items-start w-full"
58
59
>
59
60
{ pullRequest . url }
@@ -80,6 +81,7 @@ const PullRequestCollapsibleComponent = ({
80
81
</ p >
81
82
< Link
82
83
href = { pullRequest . repoUrl }
84
+ target = "_blank"
83
85
className = " text-violet-500 text-[13px] hover:underline flex flex-wrap text-left justify-start items-start w-full"
84
86
>
85
87
repo: { pullRequest . repoUrl }
You can’t perform that action at this time.
0 commit comments