repo link target blank

This commit is contained in:
Ruidy Nemausat 2020-05-20 18:18:12 +02:00
parent 191130a7ad
commit 1d03d6ccbd

View file

@ -192,7 +192,9 @@ const Profile: FC<IProps> = ({dev}) => {
<div className="repo bg-white my-1 p-1" key={i}> <div className="repo bg-white my-1 p-1" key={i}>
<div> <div>
<h4> <h4>
<a href={r.url}>{r.name}</a> <a href={r.url} target="_blank" rel="noopener noreferrer">
{r.name}
</a>
</h4> </h4>
<p>{r.description}</p> <p>{r.description}</p>
</div> </div>