File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ const contributors = ({ data }) => {
2727 return (
2828 < div className = { styles . card } >
2929 < div className = { styles . content } >
30- < div className = { styles . imgBx } > < a href = { curElem . html_url } > < img src = { curElem . avatar_url } className = { styles . img } /> </ a > </ div >
30+ < div className = { styles . imgBx } > < a href = { curElem . html_url } target = "_blank" > < img src = { curElem . avatar_url } className = { styles . img } /> </ a > </ div >
3131 < div className = { styles . contentBx } >
32- < a href = { curElem . html_url } > < h3 className = { styles . h3 } > { curElem . login } </ h3 > </ a >
32+ < a href = { curElem . html_url } target = "_blank" > < h3 className = { styles . h3 } > { curElem . login } </ h3 > </ a >
3333 < h5 className = { styles . h5 } class = "rounded px-10 bg-success" >
3434 { curElem . contributions }
3535 < svg className = { styles . svg } aria-hidden = "true" focusable = "false" data-prefix = "fas" data-icon = "hands-helping" class = "svg-inline--fa fa-hands-helping fa-w-20 " role = "img" xmlns = "http://www.w3.org/2000/svg" viewBox = "0 0 640 512" >
You can’t perform that action at this time.
0 commit comments