Merge remote-tracking branch 'upstream/gitlink_server' into gitlink_ssr_head

This commit is contained in:
黄心宇 2024-05-09 16:57:32 +08:00
commit abc57d4ac4
1 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ function Releases({ owner, projectsId, releaseVersions, distribution }) {
:
<div className="mt8">
暂无发行版
{distribution && <Link className="color-blue ml20" to={{pathname:`/${owner}/${projectsId}
new`,state:{stable:true}}}>发布新版本</Link>}
{distribution && <Link className="color-blue ml20" to={{pathname:`/${owner}/${projectsId}/releases/new`,state:{stable:true}}}>发布新版本</Link>}
</div>
}