Generally trying to improve performance.

This commit is contained in:
2018-10-30 21:10:03 +11:00
parent 45866c37fc
commit 6ace1f03fd
41 changed files with 219 additions and 256 deletions

View File

@ -23,7 +23,7 @@
import React from 'react';
import { connect } from 'react-redux';
import LanguageActions from './../actions/LanguageActions';
import * as LanguageActions from './../actions/LanguageActions';
import enAU from './en-AU.jsx';

View File

@ -12,6 +12,7 @@ export default {
"navbar": {
"home": "Home",
"blog": "Blog",
"contact": "Contact"
},
@ -162,7 +163,7 @@ export default {
</p>
</Fragment> ); }
},
"footer": "Want me for your next project?",
"footer": "Want to get in touch?",
"footerButton": "Contact Me"
}
},
@ -213,6 +214,10 @@ export default {
"loading": {
"title": "Please Wait..."
},
"blog": {
"title": "Blog"
}
},