Skip to content

Commit

Permalink
update to new Discord community server invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Nov 11, 2024
1 parent ced61bb commit 6b9d574
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/footer/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class Footer extends HTMLElement {
</li>
<li class="${styles.socialIcon}">
<a href="https://discord.gg/bsy9jvWh" title="Discord">
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
${discordIcon}
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/footer/footer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const ICONS = [
title: "GitHub",
},
{
link: "https://discord.gg/bsy9jvWh",
link: "https://discord.gg/Rkb7VTvk",
title: "Discord",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class Header extends HTMLElement {
</li>
<li class="${styles.socialIcon}">
<a href="https://discord.gg/bsy9jvWh" title="Discord">
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
${discordIcon}
</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion src/components/header/header.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const ICONS = [
title: "GitHub",
},
{
link: "https://discord.gg/bsy9jvWh",
link: "https://discord.gg/Rkb7VTvk",
title: "Discord",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/introduction/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ If we did our job well, the only docs you should need are [MDN](https://develope

The Greenwood team are working hard towards a [1.0 release](https://github.com/ProjectEvergreen/greenwood/milestone/3) and are eager to get there quickly and provide a stable foundation to expand Greenwood's features and capabilities. We want to make sure Greenwood is the best experience it can be, for users and developers. If you have [any issues](https://github.com/ProjectEvergreen/greenwood/issues) or are curious to see what we're [working on next](https://github.com/ProjectEvergreen/greenwood/projects), please feel free to checkout our [GitHub repo](https://github.com/ProjectEvergreen/greenwood) and poke around.

We are also [on Discord](https://discord.gg/bsy9jvWh), so feel free to join us there to chat. 👋
We are also [on Discord](https://discord.gg/Rkb7VTvk), so feel free to join us there to chat. 👋
2 changes: 1 addition & 1 deletion src/pages/guides/getting-started/next-steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ To continue your Greenwood journey, here are some links we think you may want to
- [Hosting](/guides/hosting/) - Guides on building and deploying your static, serverless, or serverfull application
- [Tutorials](/guides/tutorials/) - Additional walkthroughs and patterns using Greenwood

And of course feel free to join us on [Discord](https://discord.gg/bsy9jvWh) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️
And of course feel free to join us on [Discord](https://discord.gg/Rkb7VTvk) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️

0 comments on commit 6b9d574

Please sign in to comment.