Updated footer
This commit is contained in:
@@ -6,9 +6,10 @@ class Footer extends React.Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
|
let year = new Date().getFullYear();
|
||||||
return (
|
return (
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user