fix footer
This commit is contained in:
@@ -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)),
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user