Updated footer

This commit is contained in:
2019-01-02 09:19:46 +11:00
parent 74add682e8
commit f21509f69e
+2 -1
View File
@@ -6,9 +6,10 @@ class Footer extends React.Component {
}
render() {
let year = new Date().getFullYear();
return (
<footer>
<p>Copyright <a href="http://krgamestudios.com">KR Game Studios</a> 2016-2018</p>
<p>Copyright <a href="http://krgamestudios.com">KR Game Studios</a> 2016-{year}</p>
</footer>
);
};