fix(login): links (#1778)

* fix(login): href for help

* fix(login): correct link to tos
This commit is contained in:
Silvan
2021-05-26 07:38:25 +02:00
committed by GitHub
parent a8ff292470
commit 070abae6d9
2 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ Actions:
Footer:
Tos: TOS
TosLink: https://zitadel.ch/pdf/agb.pdf
TosLink: https://zitadel.ch/pdf/tos.pdf
Privacy: Privacy policy
PrivacyLink: https://zitadel.ch/pdf/privacy.pdf
Help: Help

View File

@@ -3,6 +3,6 @@
<span class="fill-space"></span>
<a href="{{t "Footer.TosLink"}}" rel="noopener noreferrer" target="_blank" alt="TOS">{{t "Footer.Tos"}}</a>
<a href="{{t "Footer.PrivacyLink"}}" rel="noopener noreferrer" target="_blank" alt="Privacy Policy">{{t "Footer.Privacy"}}</a>
<a href="https://docs.zitadel.ch/use" target="_black" alt="Help">{{t "Footer.Help"}}</a>
<a href="https://docs.zitadel.ch/docs/manuals/user-login" target="_black" alt="Help">{{t "Footer.Help"}}</a>
</footer>
{{end}}
{{end}}