fix(web): use locale-aware data collection policy URL

This commit is contained in:
RockChinQ
2026-03-11 07:03:52 -04:00
parent 01844d8687
commit 3fb9e542b6
6 changed files with 6 additions and 2 deletions

View File

@@ -297,7 +297,7 @@ export default function Login() {
</a>{' '}
{t('common.and')}{' '}
<a
href="https://docs.langbot.app/insight/data-collection-policy"
href={t('common.dataCollectionPolicyUrl')}
target="_blank"
rel="noopener noreferrer"
className="underline hover:text-foreground transition-colors"

View File

@@ -266,7 +266,7 @@ export default function Register() {
</a>{' '}
{t('common.and')}{' '}
<a
href="https://docs.langbot.app/insight/data-collection-policy"
href={t('common.dataCollectionPolicyUrl')}
target="_blank"
rel="noopener noreferrer"
className="underline hover:text-foreground transition-colors"