Skip to content

Commit

Permalink
update discord invite link
Browse files Browse the repository at this point in the history
Eitsky no-expiration link from #general
  • Loading branch information
bmino committed Feb 8, 2024
1 parent 90568d2 commit 74d747f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
node_modules
node_modules
.idea
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at the
[Pangolin community chat server](https://discord.com/invite/pangolindex).
[Pangolin community chat server](https://discord.com/invite/CC4eeZAC7H).

All complaints will be reviewed and investigated promptly and fairly.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ An open source interface for Pangolin -- a community-driven decentralized exchan
- Website: [pangolin.exchange](https://pangolin.exchange/)
- Interface: [app.pangolin.exchange](https://app.pangolin.exchange)
- Telegram: [Pangolin](https://t.me/pangolindexV2)
- Discord: [Pangolin](https://discord.com/invite/pangolindex)
- Discord: [Pangolin](https://discord.com/invite/CC4eeZAC7H)
- Twitter: [@pangolindex](https://twitter.com/pangolindex)


Expand Down
2 changes: 1 addition & 1 deletion src/components/Menu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default function Menu() {
<Send size={14} />
{t('menu.telegram')}
</MenuItem>
<MenuItem id="link" href="https://discord.com/invite/jC2gJneDAp">
<MenuItem id="link" href="https://discord.com/invite/CC4eeZAC7H">
<MessageCircle size={14} />
{t('menu.discord')}
</MenuItem>
Expand Down

0 comments on commit 74d747f

Please sign in to comment.