Skip to content

Commit

Permalink
update discord url to branded subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
evandrosaturnino committed Jan 6, 2025
1 parent dc00fc4 commit 560d224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Token Dashboard / CI](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml/badge.svg?branch=main&event=push)](https://github.com/threshold-network/token-dashboard/actions/workflows/dashboard-ci.yml)
[![Docs](https://img.shields.io/badge/docs-website-green)](https://docs.threshold.network)
[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-5865f2.svg)](https://discord.gg/threshold)
[![Chat with us on Discord](https://img.shields.io/badge/chat-Discord-5865f2.svg)](https://discord.threshold.network/)

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Expand Down
2 changes: 1 addition & 1 deletion src/enums/externalHref.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export enum ExternalHref {
thresholdGithub = "https://github.com/threshold-network/token-dashboard",
thresholdDiscord = "https://discord.gg/threshold",
thresholdDiscord = "https://discord.threshold.network/",
metamaskHomePage = "https://metamask.io/",
stakingContractLeanMore = "https://github.com/threshold-network/solidity-contracts/issues/53",
tacoNodeSetup = "https://docs.threshold.network/staking-and-running-a-node/running-a-node/self-managed/taco-node-setup",
Expand Down

0 comments on commit 560d224

Please sign in to comment.