Skip to content

Commit

Permalink
Merge pull request #703 from polywrap/discord-link-update
Browse files Browse the repository at this point in the history
Update discord links to be polywrap discord
  • Loading branch information
cbrzn authored Feb 23, 2024
2 parents bbb1ccd + ccaba82 commit d84ca88
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

![](https://hackmd.io/_uploads/ByWjLKAhn.png)

[Discord](https://discord.gg/r3rwh69cCa) | [Website](https://evo.ninja) | Give the repo a :star: !
[Discord](https://discord.com/invite/Z5m88a5qWu) | [Website](https://evo.ninja) | Give the repo a :star: !

## Welcome!

To get started using evo.ninja simply head to our [website](https://evo.ninja), or to build and run from source follow these [setup instructions](#setup).

## Need Help?

Join our [Discord community](https://discord.gg/r3rwh69cCa) for support and discussions.
Join our [Discord community](https://discord.com/invite/Z5m88a5qWu) for support and discussions.

[![Join us on Discord](https://invidget.switchblade.xyz/r3rwh69cCa)](https://discord.gg/r3rwh69cCa)
[![Join us on Discord](https://invidget.switchblade.xyz/r3rwh69cCa)](https://discord.com/invite/Z5m88a5qWu)

If you have questions or encounter issues, please don't hesitate to [create a new issue](https://github.com/polywrap/evo.ninja/issues/new/choose) to get support.

Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/DropdownAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const DropdownAccount: React.ForwardRefRenderFunction<
)}
<a
className="dropdown-menu-item"
href="https://discord.gg/r3rwh69cCa"
href="https://discord.com/invite/Z5m88a5qWu"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ const Sidebar = ({
variant="icon"
onClick={() => {
window.open(
"https://discord.gg/r3rwh69cCa",
"https://discord.com/invite/Z5m88a5qWu",
"_blank",
"noopener noreferrer"
);
Expand Down
2 changes: 1 addition & 1 deletion apps/browser/components/modals/WelcomeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function WelcomeModal(props: WelcomeModalProps) {
</div>
<img src="/polywrap-award.png" alt="Award" className="w-32 h-auto pb-6 pt-6" />
<div className="text-center">
Join our <a href="https://discord.gg/r3rwh69cCa" target="_blank" className="text-cyan-500">discord</a> and <a href="https://blog.polywrap.io" target="_blank" className="text-cyan-500">substack</a> to learn and
Join our <a href="https://discord.com/invite/Z5m88a5qWu" target="_blank" className="text-cyan-500">discord</a> and <a href="https://blog.polywrap.io" target="_blank" className="text-cyan-500">substack</a> to learn and
stay<br/>informed with our latest creations!
</div>
</div>
Expand Down

0 comments on commit d84ca88

Please sign in to comment.