repo link target blank

This commit is contained in:
Ruidy Nemausat 2020-05-20 18:17:37 +02:00
parent 5821310861
commit 4e38680f2f

View file

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