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:
commit
97bf1cf895
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