Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/client/product/plugins/Footer.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Copyright 2016, GeoSolutions Sas.
* Copyright 2017, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
Expand All @@ -13,7 +13,7 @@ const Footer = React.createClass({
render() {
return (
<div className="ms-footer col-md-12">
<div><a target="_blank" href="http://www.geo-solutions.it/"> <img src={src} width="140" title="GeoSoluitons" alt="GeoSoluitons" /></a> <br/><br/></div>
<div><a target="_blank" href="http://www.geo-solutions.it/"> <img src={src} width="140" title="GeoSolutions" alt="GeoSolutions" /></a> <br/><br/></div>
GeoSolutions S.a.s. | Via Poggio alle Viti, 1187 - 55054 Massarosa (Lucca) - Italy
info@geo-solutions.it | Tel: +39 0584 962313 | Fax: +39 0584 1660272
</div>
Expand Down