From f09f6113a4ec79f1193e4b453e796c6e45588717 Mon Sep 17 00:00:00 2001 From: Owen Buckley Date: Mon, 11 Nov 2024 14:20:59 -0500 Subject: [PATCH] update to new Discord community server invite link --- src/components/footer/footer.js | 2 +- src/components/footer/footer.spec.js | 2 +- src/components/header/header.js | 2 +- src/components/header/header.spec.js | 2 +- src/pages/docs/introduction/about.md | 2 +- src/pages/guides/getting-started/next-steps.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/footer/footer.js b/src/components/footer/footer.js index 5f39bc30..1e883965 100644 --- a/src/components/footer/footer.js +++ b/src/components/footer/footer.js @@ -19,7 +19,7 @@ export default class Footer extends HTMLElement {
  • - + ${discordIcon}
  • diff --git a/src/components/footer/footer.spec.js b/src/components/footer/footer.spec.js index 66c6cf39..0548f03a 100644 --- a/src/components/footer/footer.spec.js +++ b/src/components/footer/footer.spec.js @@ -7,7 +7,7 @@ const ICONS = [ title: "GitHub", }, { - link: "https://discord.gg/bsy9jvWh", + link: "https://discord.gg/Rkb7VTvk", title: "Discord", }, { diff --git a/src/components/header/header.js b/src/components/header/header.js index 50913ba8..7082568a 100644 --- a/src/components/header/header.js +++ b/src/components/header/header.js @@ -46,7 +46,7 @@ export default class Header extends HTMLElement {
  • - + ${discordIcon}
  • diff --git a/src/components/header/header.spec.js b/src/components/header/header.spec.js index 4b135b62..e8e2bfe5 100644 --- a/src/components/header/header.spec.js +++ b/src/components/header/header.spec.js @@ -9,7 +9,7 @@ const ICONS = [ title: "GitHub", }, { - link: "https://discord.gg/bsy9jvWh", + link: "https://discord.gg/Rkb7VTvk", title: "Discord", }, { diff --git a/src/pages/docs/introduction/about.md b/src/pages/docs/introduction/about.md index 12f96b40..2db5ec66 100644 --- a/src/pages/docs/introduction/about.md +++ b/src/pages/docs/introduction/about.md @@ -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. 👋 diff --git a/src/pages/guides/getting-started/next-steps.md b/src/pages/guides/getting-started/next-steps.md index e8df9752..0b1f3c25 100644 --- a/src/pages/guides/getting-started/next-steps.md +++ b/src/pages/guides/getting-started/next-steps.md @@ -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). ✌️