mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:47:32 +00:00
fix: tos and privacy links (#1877)
* fix: update tos and privacy policy links * fix: DE tos privacy * Update app.component.html Co-authored-by: Maximilian Panne <maximilian.panne@gmail.com> Co-authored-by: Livio Amstutz <livio.a@gmail.com>
This commit is contained in:
@@ -105,11 +105,11 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'Terms and Conditions',
|
||||
href: 'https://zitadel.ch/pdf/tos.pdf',
|
||||
href: 'https://docs.zitadel.ch/docs/legal/terms-of-service',
|
||||
},
|
||||
{
|
||||
label: 'Privacy Policy',
|
||||
href: 'https://zitadel.ch/pdf/privacy.pdf',
|
||||
href: 'https://docs.zitadel.ch/docs/legal/privacy-policy',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user