Basic crappy styling

This commit is contained in:
2019-05-09 15:24:20 +10:00
parent de92a0e4f7
commit 84ce324365
9 changed files with 197 additions and 92 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Logout extends React.Component {
render() {
return (
<button type='submit' onClick={(e) => this.submit(e)}>Logout</button>
<button className='logoutButton' type='submit' onClick={(e) => this.submit(e)}>Logout</button>
);
}