Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changing discord link #259

Merged
merged 1 commit into from
Apr 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const FULLCOUNT_ASSETS_PATH = "https://static.simiotics.com/fullcount";
export const FULLCOUNT_ASSETS = "https://static.fullcount.xyz/web";
export const TOKEN_IMAGE_FALLBACK = `${FULLCOUNT_ASSETS_PATH}/question.png`;

export const DISCORD_LINK = "https://discord.gg/K56VNUQGvA";
export const DISCORD_LINK = "https://discord.com/invite/FEppMCDZsM";
export const TWITTER_LINK = "https://twitter.com/fullcount_xyz";
export const HYPERPLAY_LINK =
"https://fullcount.xyz/landing/?utm_source=hyperplay%20&utm_medium=referral&utm_campaign=fullcount_launch";
Expand Down
Loading