forked from Gitlink/forgeplus-react
+上 贡献者悬浮框里增加的跳转链接不要新开页
This commit is contained in:
parent
f774ce974d
commit
3201b7265b
|
@ -60,15 +60,15 @@ function Contributors({contributors,owner,projectsId,id,showNotification}){
|
|||
}
|
||||
</FlexAJ>
|
||||
<AlignCenter className="menuinfos">
|
||||
<a href={data.projects_url} target="_blank">
|
||||
<a href={data.projects_url}>
|
||||
<span>{data.projects_count}</span>
|
||||
<span>项目数</span>
|
||||
</a>
|
||||
<a href={data.followers_url} target="_blank">
|
||||
<a href={data.followers_url}>
|
||||
<span>{data.followers_count}</span>
|
||||
<span>粉丝数</span>
|
||||
</a>
|
||||
<a href={data.following_url} target="_blank">
|
||||
<a href={data.following_url}>
|
||||
<span>{data.following_count}</span>
|
||||
<span>关注数</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue