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

Update discord url #127

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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 src/components/Navbar/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export enum ExternalLinkHref {
TELEGRAM = "TELEGRAM",
TBTC_WRAPPED_TOUR = "https://blog.threshold.network/stop-three-on-tbtcs-wrapped-tour-kicks-off-with-an-arbitrum-integration-and-a-new-galxe-oat/",
THRESHOLD_BLOG = "https://blog.threshold.network/",
THRESHOLD_DISCORD = "https://discord.gg/Threshold",
THRESHOLD_DISCORD = "https://discord.threshold.network",
THRESHOLD_GITHUB = "https://github.com/threshold-network",
THRESHOLD_TOKEN = "https://curve.fi/teth",
THRESHOLD_TWITTER = "https://twitter.com/TheTNetwork",
Expand Down
4 changes: 2 additions & 2 deletions src/content/components/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ columns:
url: https://forum.threshold.network/
isExternal: true
- label: Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
isExternal: true
- label: Telegram
url: https://t.me/thresholdnetwork
Expand Down Expand Up @@ -72,7 +72,7 @@ social_links:
image: /images/telegram.svg
alt: telegram
- label: Discord
url: " https://discord.gg/Threshold"
url: "https://discord.threshold.network/"
icon:
image: /images/discord.svg
alt: discord
Expand Down
2 changes: 1 addition & 1 deletion src/content/components/nav-bar.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ social_links:
image: /images/telegram.svg
alt: Telegram
- label: Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
icon:
image: /images/discord.svg
alt: Threshold Discord
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ faq:
text: Still have questions? Join our Discord!
button:
label: Join Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
icon:
image: /images/logo-discord.png
alt: discord
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/build/tbtc-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ callToActionInfo:
url: https://docs.threshold.network/app-development/tbtc-v2/tbtc-sdk/
variant: EXTERNAL_OUTLINE
- label: Join Discord
url: https://discord.gg/threshold
url: https://discord.threshold.network
variant: EXTERNAL_OUTLINE
---
2 changes: 1 addition & 1 deletion src/content/pages/earn/staker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ gettingStarted:
rightIcon: /images/external-arrow.svg
- leftIcon: /images/logo-discord.png
label: Ask Questions in Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
rightIcon: /images/external-arrow.svg
- leftIcon: /images/pencil-sharp.svg
label: Threshold Forum
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/ecosystem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ community:
- leftIcon: /images/discord-social.svg
title: Discord
description: Ask questions and engage with our community.
url: https://discord.gg/Threshold
url: https://discord.threshold.network
rightIcon: /images/external-arrow.svg
- leftIcon: /images/telegram-social.svg
title: Telegram
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/governance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ guildsInfo:
your interests and expertise.
buttons:
- label: Join Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
variant: INTERNAL_SOLID
- label: Read Guilds Proposal
url: https://forum.threshold.network/t/tip-13-bootstrap-threshold-dao-guilds/246
Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ joinTheCommunity:
up to date.
buttons:
- label: Discord
url: https://discord.gg/Threshold
url: https://discord.threshold.network
image: /images/discord.svg
variant: INTERNAL_OUTLINE
icon:
Expand Down
Loading