removed 2014 from copyright

This commit is contained in:
Andrew Turner 2015-02-12 18:34:38 -06:00
parent fe0054f70f
commit 7cb5ac230e
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ var Site = React.createClass({
{this.props.children}
<footer className="wrap">
<div className="right">© 2014&ndash;2015 Facebook Inc.</div>
<div className="right">© 2015 Facebook Inc.</div>
</footer>
</div>