diff --git a/docs/.vitepress/theme/components/HomePage/Footer.vue b/docs/.vitepress/theme/components/HomePage/Footer.vue index bfed37f1..e95e9a33 100644 --- a/docs/.vitepress/theme/components/HomePage/Footer.vue +++ b/docs/.vitepress/theme/components/HomePage/Footer.vue @@ -54,7 +54,7 @@ const leftLinks = computed(() => [ label: t('side-footer.section-terms.terms-of-service'), }, { - href: `https://support.longbridgewhale.com/topics/misc/privacy-policy?locale=${locale.value}`, + href: 'https://longbridge.com/hk/support/topics/accountsecurity/c0yg7', label: t('side-footer.section-terms.privacy-policy'), }, ])