Merge pull request #65 from aaronraimist/patch-2

Update copyright
This commit is contained in:
Travis Ralston 2019-10-17 17:54:05 +02:00 committed by GitHub
commit 2da720b8a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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