mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-11 04:56:40 +00:00
repo link target blank
This commit is contained in:
parent
5821310861
commit
4e38680f2f
1 changed files with 3 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue