Fix dot in link

This commit is contained in:
Gabriel Augendre 2016-04-26 01:43:40 +02:00
parent af3484c53c
commit c04a01e4f3
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -134,7 +134,7 @@ var App = React.createClass({
<footer className="footer">
<div className="container-fluid">
<p className="text-muted">
Copyright © {(new Date()).getFullYear()} Gabriel Augendre : <a href="https://github.com/Crocmagnon/DAVIDS/tree/master/LICENSE">License.</a>
Copyright © {(new Date()).getFullYear()} Gabriel Augendre : <a href="https://github.com/Crocmagnon/DAVIDS/tree/master/LICENSE">License</a>.
</p>
</div>
</footer>