add account to navbar

This commit is contained in:
Mario Pesch 2023-02-06 17:56:05 +01:00
parent 02de052879
commit 07cd39f364

View File

@ -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}