mirror of
https://github.com/ClaytonWWilson/CS307-Team24.git
synced 2026-03-10 13:15:05 +00:00
added logout support
This commit is contained in:
@@ -19,7 +19,9 @@ export class Navbar extends Component {
|
|||||||
<Button component={ Link } to='/register'>
|
<Button component={ Link } to='/register'>
|
||||||
Register
|
Register
|
||||||
</Button>
|
</Button>
|
||||||
|
<Button component={ Link } to='/logout'>
|
||||||
|
Logout
|
||||||
|
</Button>
|
||||||
</ToolBar>
|
</ToolBar>
|
||||||
</AppBar>
|
</AppBar>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user