This commit is contained in:
hucong 2021-10-14 10:00:51 +08:00
parent 05eb0367ba
commit bb6fe08c54
1 changed files with 2 additions and 2 deletions

View File

@ -402,7 +402,7 @@ function CoderDepot(props){
getPathUrl={getPathUrl}
/>
:
<div>
<React.Fragment>
<AlignCenter className="mr20">
<Link to={`/${owner}/${projectsId}/branches`} className="iconBtn">
<i className="iconfont icon-master_icon font-16"></i>
@ -417,7 +417,7 @@ function CoderDepot(props){
<span>{projectDetail && projectDetail.tags && projectDetail.tags.total_count}</span>
</Link>
</AlignCenter>
</div>
</React.Fragment>
}
</AlignCenter>
<AlignCenter className="depotBtn">