File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ export default function ProjectsPage() {
197
197
subtitle = {
198
198
< h2 className = "tracking-wide" >
199
199
View recent active branches for{ " " }
200
- < a className = "gp-link" href = { project ?. cloneUrl ! } >
200
+ < a target = "_blank" rel = "noreferrer noopener" className = "gp-link" href = { project ?. cloneUrl ! } >
201
201
{ toRemoteURL ( project ?. cloneUrl || "" ) }
202
202
</ a >
203
203
.
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ export const ProjectListItem: FunctionComponent<ProjectListItemProps> = ({ proje
66
66
/>
67
67
</ div >
68
68
</ div >
69
- < a href = { project . cloneUrl . replace ( / \. g i t $ / , "" ) } >
69
+ < a target = "_blank" rel = "noreferrer noopener" href = { project . cloneUrl . replace ( / \. g i t $ / , "" ) } >
70
70
< p className = "hover:text-gray-600 dark:hover:text-gray-400 dark:text-gray-500 pr-10 truncate" >
71
71
{ toRemoteURL ( project . cloneUrl ) }
72
72
</ p >
You can’t perform that action at this time.
0 commit comments