We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632d690 commit 8a37302Copy full SHA for 8a37302
interface/src/components/MenuAppBar.js
@@ -197,7 +197,7 @@ class MenuAppBar extends React.Component {
197
</CardContent>
198
<Divider />
199
<CardActions className={classes.authMenuActions}>
200
- <Button className={classes.authMenuButtons} variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button>
+ <Button variant="contained" color="primary" onClick={authenticationContext.signOut}>Sign Out</Button>
201
</CardActions>
202
</Card>
203
</ClickAwayListener>
0 commit comments