Skip to content

Commit

Permalink
Merge pull request #146 from DeXter-on-Radix/update-discord-url
Browse files Browse the repository at this point in the history
update discord url
  • Loading branch information
fliebenberg authored Oct 4, 2023
2 parents c5ffdd8 + 0c31fee commit a3bcf6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Check out [existing issues (especially Todo)](https://github.com/orgs/DeXter-on-

Here are a few guidelines to follow:

- **Discuss** major changes with the maintainers before starting work, our [Discord](https://discord.gg/YCtv3BDQ) is a good place to do that
- **Discuss** major changes with the maintainers before starting work, our [Discord](https://discord.gg/Y44jqe2q2W) is a good place to do that
- **Use [Pull Requests (PRs)](https://docs.github.com/en/pull-requests)** - commits direclty to `main` branch are not allowed
- **Use [Prettier](https://prettier.io/)** and automatic code formatting to keep PRs focused on the changes
- **Use [ESLint](https://eslint.org/)** to keep code clean and consistent
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function Footer() {
</a>

<a
href="https://discord.gg/YCtv3BDQ"
href="https://discord.gg/Y44jqe2q2W"
target="_blank"
className="text-secondary-content hover:text-primary-content"
>
Expand Down

0 comments on commit a3bcf6b

Please sign in to comment.