From b7f089c5aa78baf22c117d4eb7d2106c46723380 Mon Sep 17 00:00:00 2001 From: "Hartung, Michael" <michael.hartung@uni-hamburg.de> Date: Wed, 19 Apr 2023 15:08:49 +0200 Subject: [PATCH] fix contact us --- src/app/components/footer/footer.component.html | 3 ++- .../content/other/privacy-policy/privacy-policy.component.html | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index 86596ba..0f17c79 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -28,7 +28,8 @@ <ul class="nav flex-column"> <li class="nav-item mb-2"><a href="https://www.cosy.bio/contact" target="_blank" class="nav-link p-0 text-muted">Impressum</a></li> <li class="nav-item mb-2"><a href="https://twitter.com/cosybio_uhh?lang=de" target="_blank" class="nav-link p-0 text-muted">Twitter</a></li> - <li class="nav-item mb-2"><a href="/doc#contact_us" target="_blank" class="nav-link p-0 text-muted">Contact us</a></li> + <!-- <li class="nav-item mb-2"><a href="/doc#contact_us" target="_blank" class="nav-link p-0 text-muted">Contact us</a></li> --> + <li class="nav-item mb-2"><a class="nav-link p-0 text-muted" href= "mailto:contact@drugst.one">Contact us</a></li> </ul> </div> diff --git a/src/app/pages/doc/content/other/privacy-policy/privacy-policy.component.html b/src/app/pages/doc/content/other/privacy-policy/privacy-policy.component.html index 5dafee3..dbb0e7d 100644 --- a/src/app/pages/doc/content/other/privacy-policy/privacy-policy.component.html +++ b/src/app/pages/doc/content/other/privacy-policy/privacy-policy.component.html @@ -12,4 +12,3 @@ by the host website. Task results are stored on the server such that tasks can be revisited and shared. All data will be deleted on inactivity. </p> -<p>Please <a href="doc#contact_us">contact us </a>for any further questions.</p> -- GitLab