Skip to content

Commit

Permalink
Merge pull request #3 from oraichain/hotfix/discord_link
Browse files Browse the repository at this point in the history
Hotfix/discord link
  • Loading branch information
quangdz1704 authored May 30, 2024
2 parents 89e48ff + 51a4c07 commit 0fce217
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/aRmhjD3GZq" target="_blank" rel="noopener noreferrer">
<a href="https://discord.gg/oraichain" target="_blank" rel="noopener noreferrer">
<DiscordIcon />
</a>
<a href="https://github.com/oraichain" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 0fce217

Please sign in to comment.