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:
parent
c8b99a21cc
commit
07ab29f5da
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Footer extends Component {
|
|||
render() {
|
||||
return (
|
||||
<footer className="app-footer">
|
||||
Copyright © {new Date().getFullYear()}
|
||||
<a href="http://www.fein-aachen.org/projects/villas-framework/">VILLASweb</a> - Copyright © {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>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue