Skip to content

Commit

Permalink
fix: update Telegram URL with the correct handle
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Dec 2, 2024
1 parent 49e48f0 commit 819a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ export const URL_DOCS = 'https://docs.decentdao.org/app';
export const URL_DOCS_GOV_TYPES = 'https://docs.decentdao.org/app/user-guide/types';
export const URL_DECENT = 'https://www.decentdao.org/';
export const URL_TWITTER = 'https://x.com/decentdao';
export const URL_TELEGRAM = 'https://t.me/'; // @todo - Add Telegram handle;
export const URL_TELEGRAM = 'https://t.me/+ZmKrTaL3pQcyOGRh';
export const URL_DISCORD = 'https://discord.gg/Zh2emKspVF';

0 comments on commit 819a2b2

Please sign in to comment.