Skip to content

Commit

Permalink
Add Contact us
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-WWU-IT committed Nov 21, 2022
1 parent 747abd0 commit f745138
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runit/reverse-proxy/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def _modifyProjectPage(soup):
ulElement = soup.find('ul', class_='navbar-right')
if ulElement:
menu = _buildMenu(soup, 'Support', [
{'title': 'Documentation', 'href': 'https://www.overleaf.com/learn', 'target': '_blank'}
{'title': 'Documentation', 'href': 'https://www.overleaf.com/learn', 'target': '_blank'},
{'title': 'Contact us', 'href': 'https://hochschulcloud.nrw/de/kontakt', 'target': '_blank'}
], is_subdued=True)
ulElement.insert(0, menu)

Expand Down

0 comments on commit f745138

Please sign in to comment.