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

@@ -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}}