add discord and update telegram links (#1471)

This commit is contained in:
Justin Hernandez
2025-12-05 02:06:26 -08:00
committed by GitHub
parent 2555a9415d
commit de9e91772e
6 changed files with 15 additions and 5 deletions

View File

@@ -29,8 +29,11 @@ describe('links', () => {
describe('Critical URL validation', () => {
it('should have correct Telegram URL', () => {
// This test would have caught the wrong Telegram URL bug!
expect(links.telegramUrl).toBe('https://t.me/selfprotocolbuilder');
expect(links.telegramUrl).toBe('https://t.me/selfxyz');
});
it('should have correct Discord URL', () => {
expect(links.discordUrl).toBe('https://discord.gg/selfxyz');
});
it('should have correct GitHub URL', () => {