Skip to content

Commit

Permalink
Merge pull request #2 from oraichain/hotfix/discord_link
Browse files Browse the repository at this point in the history
fix: link discord
  • Loading branch information
quangdz1704 authored May 29, 2024
2 parents ec816f1 + a14a8b1 commit 89e48ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Sidebar: React.FC<{}> = React.memo((props) => {
<a href="https://twitter.com/oraichain" target="_blank" rel="noopener noreferrer">
<TwisterIcon />
</a>
<a href="https://discord.gg/3CnQAGtX" target="_blank" rel="noopener noreferrer">
<a href="https://discord.gg/aRmhjD3GZq" target="_blank" rel="noopener noreferrer">
<DiscordIcon />
</a>
<a href="https://github.com/oraichain" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 89e48ff

Please sign in to comment.