Skip to content

Commit

Permalink
fix: open links in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickskowronekdkfz committed May 28, 2024
1 parent be12c07 commit 71c0acc
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -279,21 +279,27 @@
<a
class="ccp"
href="https://dktk.dkfz.de/klinische-plattformen/ueber-die-ccp/about-ccp"
target="_blank"
>
Clinical Communication Platform (CCP)
</a>
<a class="email" href="mailto:CCP@dkfz.de">Kontakt</a>
<a
class="user-agreement"
href="https://hub.dkfz.de/s/d3Nnr5jKMagpBm3"
download="nutzervereinbarung">Nutzungsvereinbarung</a
download="nutzervereinbarung"
target="_blank">Nutzungsvereinbarung</a
>
<a
class="privacy-policy"
href="https://hub.dkfz.de/s/M8Ldxd5GsfrQG9S"
download="datenschutzerklaerung">Datenschutz</a
download="datenschutzerklaerung"
target="_blank">Datenschutz</a
>
<a class="imprint" href="https://www.dkfz.de/de/impressum.html">Impressum</a
<a
class="imprint"
href="https://www.dkfz.de/de/impressum.html"
target="_blank">Impressum</a
>
</footer>

Expand Down

0 comments on commit 71c0acc

Please sign in to comment.