fix footer

This commit is contained in:
ntr
2019-06-11 18:19:11 +10:00
parent 3705751d2b
commit d66755e8d6
4 changed files with 12 additions and 2 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ const InstanceFooter = require('./instance.footer');
const GameFooter = require('./game.footer');
const addState = connect(
({ nav, instance, game }) => {
return { nav, instance, game };
({ nav, instance, game, account }) => {
return { nav, instance, game, account };
},
dispatch => ({
setShowNav: v => dispatch(actions.setShowNav(v)),
+1
View File
@@ -59,6 +59,7 @@ class Login extends Component {
render() {
return (
<main>
<h1 class="mobile-title" >mnml.gg</h1>
<div class="login">
<input
class="login-input"