+上 贡献者悬浮框里增加的跳转链接不要新开页

This commit is contained in:
caishi 2021-04-23 14:47:32 +08:00
parent afb599f5be
commit 1eb3c20af4
1 changed files with 3 additions and 3 deletions

View File

@ -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>