1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

Merge branch '121-verbose-copyright-footer' into 'develop'

Add more details in footer

Closes #121

See merge request !18
This commit is contained in:
Markus Grigull 2017-08-25 09:00:00 +02:00
commit 97bf1cf895

View file

@ -25,7 +25,7 @@ class Footer extends Component {
render() {
return (
<footer className="app-footer">
Copyright &copy; {new Date().getFullYear()}
<a href="http://www.fein-aachen.org/projects/villas-framework/">VILLASweb</a> - Copyright &copy; {new Date().getFullYear()} - <a href="https://acs.eonerc.rwth-aachen.de">Institute for Automation of Complex Power Systems</a> - <a href="https://www.rwth-aachen.de">RWTH Aachen University</a>
</footer>
);
}