add account to navbar
This commit is contained in:
parent
02de052879
commit
07cd39f364
@ -364,6 +364,11 @@ class Navbar extends Component {
|
||||
</p>
|
||||
</div>
|
||||
<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>
|
||||
<Link to={"/settings"} style={{ textDecoration: 'none', color: "black" }}>
|
||||
{Blockly.Msg.navbar_settings}
|
||||
|
Loading…
x
Reference in New Issue
Block a user