fix copyright

This commit is contained in:
matrixsite 2017-11-16 12:50:44 +00:00
parent 539e4ef81d
commit 5fe9dde5f5

View file

@ -21,7 +21,7 @@ export default React.createClass({
render() { render() {
return ( return (
<div className="mxt_Footer"> <div className="mxt_Footer">
Copyright 2016 <a href="https://matrix.org">Matrix.org</a> Copyright 2016, 2017 <a href="https://matrix.org">Matrix.org</a>
</div> </div>
); );
} }