mirror of
https://github.com/rjNemo/devbook_ts
synced 2026-06-06 02:36:39 +00:00
repo link target blank
This commit is contained in:
parent
191130a7ad
commit
1d03d6ccbd
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