Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
c392f676
Commit
c392f676
authored
Sep 10, 2018
by
Steffen Vogel
🎅🏼
Browse files
fix link in footer
parent
d9deff7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/footer.js
View file @
c392f676
...
...
@@ -25,7 +25,7 @@ class Footer extends Component {
render
()
{
return
(
<
footer
className
=
"
app-footer
"
>
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>
Copyright
&
copy
;
{
new
Date
().
getFullYear
()}
-
<
a
href
=
"
https://
www.
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>
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment