Fix dot in link
This commit is contained in:
parent
af3484c53c
commit
c04a01e4f3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ var App = React.createClass({
|
||||||
<footer className="footer">
|
<footer className="footer">
|
||||||
<div className="container-fluid">
|
<div className="container-fluid">
|
||||||
<p className="text-muted">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue