add account to navbar
This commit is contained in:
parent
02de052879
commit
07cd39f364
@ -364,6 +364,11 @@ class Navbar extends Component {
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr style={{ borderTop: "3px solid #bbb", marginLeft: "5px", marginRight: "5px" }} />
|
<hr style={{ borderTop: "3px solid #bbb", marginLeft: "5px", marginRight: "5px" }} />
|
||||||
|
<MenuItem>
|
||||||
|
<Link to={"/user"} style={{ textDecoration: 'none', color: "black" }}>
|
||||||
|
{Blockly.Msg.navbar_account}
|
||||||
|
</Link>
|
||||||
|
</MenuItem>
|
||||||
<MenuItem>
|
<MenuItem>
|
||||||
<Link to={"/settings"} style={{ textDecoration: 'none', color: "black" }}>
|
<Link to={"/settings"} style={{ textDecoration: 'none', color: "black" }}>
|
||||||
{Blockly.Msg.navbar_settings}
|
{Blockly.Msg.navbar_settings}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user