Skip to content

Commit

Permalink
fix: update social media URLs for Twitter and Discord
Browse files Browse the repository at this point in the history
  • Loading branch information
Da-Colon committed Dec 2, 2024
1 parent ad6b829 commit 49e48f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export const URL_WARPCAST = 'https://warpcast.com/~/channel/decentdao';
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://twitter.com/'; // @todo - Add Twitter handle;
export const URL_TWITTER = 'https://x.com/decentdao';
export const URL_TELEGRAM = 'https://t.me/'; // @todo - Add Telegram handle;
export const URL_DISCORD = 'https://discord.gg/'; // @todo - Add Discord handle;
export const URL_DISCORD = 'https://discord.gg/Zh2emKspVF';

0 comments on commit 49e48f0

Please sign in to comment.