Skip to content

Commit

Permalink
Merge pull request #187 from starknet-id/testnet
Browse files Browse the repository at this point in the history
MEP DISCORD UPDATE
  • Loading branch information
fricoben authored Oct 2, 2023
2 parents 0a8f0f4 + 35ff7d6 commit 9d86004
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion components/UI/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ const Footer: FunctionComponent = () => {
</span>
Twitter
</div>
<div className={styles.social}>
<div
className={styles.social}
onClick={() => window.open("https://discord.gg/byEGk6w6T6")}
>
<span>
<DiscordIcon width="17" color="#101012" />
</span>
Expand Down
2 changes: 1 addition & 1 deletion components/UI/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ const Navbar: FunctionComponent = () => {
</div>
<div className="rounded-full shadow-gray-400 p-3 cursor-pointer hover:scale-105 ease-in duration-300 mt-2">
<a
href="https://discord.com/invite/8uS2Mgcsza"
href="https://discord.gg/byEGk6w6T6"
target="_blank"
rel="noreferrer"
>
Expand Down

1 comment on commit 9d86004

@vercel
Copy link

@vercel vercel bot commented on 9d86004 Oct 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.