Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update discord links to be polywrap discord #703

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading