forked from Gitlink/forgeplus-react
移除首页
This commit is contained in:
parent
83568bef5e
commit
2f2aa927a5
|
|
@ -273,9 +273,9 @@ class NewHeader extends Component {
|
|||
{/* <Menu.Item>
|
||||
<span className="currentName" title={current_user && current_user.username}>{current_user && current_user.username}</span>
|
||||
</Menu.Item> */}
|
||||
<Menu.Item>
|
||||
{/* <Menu.Item>
|
||||
<a href={`/${this.props.current_user && this.props.current_user.login}`}>首页</a>
|
||||
</Menu.Item>
|
||||
</Menu.Item> */}
|
||||
<Menu.Item>
|
||||
<a href={`/${this.props.current_user && this.props.current_user.login}`}>代码库主页</a>
|
||||
</Menu.Item>
|
||||
|
|
|
|||
Loading…
Reference in New Issue