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

more details in footer (closes #121)

This commit is contained in:
Steffen Vogel 2017-08-23 18:11:46 +02:00
parent c8b99a21cc
commit 07ab29f5da

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>
);
}