From e77688b47232f0653a62eb1fe5e2f17739d19214 Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Thu, 20 Nov 2025 17:57:25 -0300 Subject: [PATCH] fix tg group url (#1438) --- app/src/consts/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/consts/links.ts b/app/src/consts/links.ts index c51e51da1..096688a93 100644 --- a/app/src/consts/links.ts +++ b/app/src/consts/links.ts @@ -16,7 +16,7 @@ export const selfUrl = 'https://self.xyz'; export const supportedBiometricIdsUrl = 'https://docs.self.xyz/use-self/self-map-countries-list'; -export const telegramUrl = 'https://t.me/self_xyz'; +export const telegramUrl = 'https://t.me/selfprotocolbuilder'; export const termsUrl = 'https://self.xyz/terms';