forked from Gitlink/forgeplus-react
Change Header4
This commit is contained in:
parent
70d407963e
commit
e968ece34c
|
@ -236,12 +236,12 @@ class NewHeader extends Component {
|
||||||
style={{ top: "60px", width: "130px" }}
|
style={{ top: "60px", width: "130px" }}
|
||||||
>
|
>
|
||||||
<li>
|
<li>
|
||||||
<a href={"/projects/new?project_type=mirror"}>
|
<a href={"/projects/deposit/new"}>
|
||||||
新建镜像项目
|
新建镜像项目
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={"/projects/new?project_type=deposit"}>
|
<a href={"/projects/deposit/new"}>
|
||||||
新建托管项目
|
新建托管项目
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -307,7 +307,7 @@ class NewHeader extends Component {
|
||||||
height="34"
|
height="34"
|
||||||
id="nh_user_logo"
|
id="nh_user_logo"
|
||||||
nhname="avatar_image"
|
nhname="avatar_image"
|
||||||
src={`${user.image_url}`}
|
src={getImageUrl(user.image_url)}
|
||||||
width="34"
|
width="34"
|
||||||
></img>
|
></img>
|
||||||
</a>
|
</a>
|
||||||
|
@ -316,7 +316,7 @@ class NewHeader extends Component {
|
||||||
{user.username}
|
{user.username}
|
||||||
</span>
|
</span>
|
||||||
<li>
|
<li>
|
||||||
<a href={`/accounts/${user.login}`}>个人中心</a>
|
<a href={`/users/${user.login}`}>个人中心</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Reference in New Issue