Skip to content

Commit

Permalink
fix: update discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
bautistaaa committed May 29, 2024
1 parent c6835cc commit fe4564c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ further defined and clarified by project maintainers.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting us anonymously through
[the discord](https://discord.gg/trashdev). All complaints will be
[the discord](https://discord.gg/WjZhvVbFHM). All complaints will be
reviewed and investigated and will result in a response that is deemed necessary
and appropriate to the circumstances. The project team is obligated to maintain
confidentiality with regard to the reporter of an incident.
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/typehe
| fix: Stops a bug on challenge pages causing tests to fail incorrectly | fixing the thing |
| Updates caching strategy to revalidate based on hash key | Trust me bro |

[trash-discord]: https://discord.gg/trashdev
[trash-discord]: https://discord.gg/WjZhvVbFHM
2 changes: 1 addition & 1 deletion LOCAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Join the Trash Discord](https://discordapp.com/api/guilds/796594544980000808/widget.png?style=banner2)][trash-discord]

[trash-discord]: https://discord.gg/trashdev
[trash-discord]: https://discord.gg/WjZhvVbFHM

To contribute you will first need to fork the repo and make some adjustments to
get it up and running on your local machine. Below are the steps to follow for you to get TypeHero to run on your local machine.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align=center >
<img alt="GitHub" height=20 src="https://img.shields.io/github/stars/typehero/typehero?style=&logo=github&logoColor=white&label=Stars&labelColor=%23111&color=%23111" />
<a href="https://discord.gg/trashdev" target="_parent">
<a href="https://discord.gg/WjZhvVbFHM" target="_parent">
<img alt="Discord" height=20 src="https://img.shields.io/discord/796594544980000808?style=&logo=discord&logoColor=white&label=%20&labelColor=%237389D8&color=%237389D8" />
</a>
<a href="https://twitter.com/typeheroapp" target="_parent">
Expand All @@ -21,7 +21,7 @@ the intricacies of TypeScript's typing system.

### ✨ Want to contribute?

Please see the [`LOCAL.md`](/LOCAL.md) on how to get set up. Consider joining the [discord](https://discord.gg/trashdev) if you have any ideas/feedback. We'd love to hear from you!
Please see the [`LOCAL.md`](/LOCAL.md) on how to get set up. Consider joining the [discord](https://discord.gg/WjZhvVbFHM) if you have any ideas/feedback. We'd love to hear from you!

### 💖 Sponsors

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export function Community() {
<a
target="_blank"
rel="noreferrer"
href="https://discord.gg/trashdev"
href="https://discord.gg/WjZhvVbFHM"
className="group mx-auto flex items-center gap-2 rounded-xl bg-neutral-200 px-3 py-2 text-sm font-bold duration-300 hover:bg-[#5865F2] hover:text-white dark:bg-neutral-800 dark:hover:bg-[#5865F2]"
>
<svg
Expand Down

0 comments on commit fe4564c

Please sign in to comment.