Merge branch 'master' into profile_display

This commit is contained in:
Leon Liang
2019-10-24 22:12:02 -04:00
committed by GitHub
17 changed files with 291 additions and 244 deletions

View File

@@ -50,9 +50,12 @@ import withStyles from "@material-ui/core/styles/withStyles";
<Button component={ Link } to='/signup'>
Sign Up
</Button>
<Button component={ Link } to='/logout'>
Logout
</Button>
<Button component={ Link } to='/logout'>
Logout
</Button>
<Button component={ Link } to='/delete'>
Delete Account
</Button>
</ToolBar>
</AppBar>
)