Skip to content

Commit

Permalink
never ending Discord link (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Nov 22, 2024
1 parent 0b0d0cd commit db2fe32
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 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/Rkb7VTvk" title="Discord">
<a href="https://discord.gg/dmDmjFCKuH" 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/Rkb7VTvk",
link: "https://discord.gg/dmDmjFCKuH",
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/Rkb7VTvk" title="Discord">
<a href="https://discord.gg/dmDmjFCKuH" 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/Rkb7VTvk",
link: "https://discord.gg/dmDmjFCKuH",
title: "Discord",
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-28-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ All web standards, all the time. You know we love to see it. 🤓

In addition to the above mentioned features, this release also lays the ground work for our foray into [Serverless and Edge runtime support](https://github.com/ProjectEvergreen/greenwood/issues/1008). For out next release, Greenwood team has its sights set on being able to fully embrace running beyond the server with hosting providers like Netlify and Vercel and their serverless and edge offerings, allowing us to push web standards even further down the stack! We [see this trend becoming more ubiquitous](https://wintercg.org/) as more and more hosting providers coalesce around these standards too, so now is a great time to get started!

So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/Rkb7VTvk) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-29-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ We're really excited to see the progress **Greenwood** has been able to make thi
We're also planning a significant [redesign of the Greenwood website](https://github.com/ProjectEvergreen/greenwood/issues/978) to help better showcase all of Greenwood's capabilities and to streamline and simplify the documentation.
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/Rkb7VTvk) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
So stay tuned, join our [GitHub](https://github.com/ProjectEvergreen) or [Discord](https://discord.gg/dmDmjFCKuH) communities to be part of the conversation, and we look forward to seeing you for the next release. ✌️
2 changes: 1 addition & 1 deletion src/pages/blog/release/v0-30-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,4 @@ We took on a pretty significant overhaul of the feature set related to leveragin

---

As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](https://discord.gg/Rkb7VTvk). See you for the next release! ✌️
As always, we're excited to see where the community can take Greenwood and are always available to chat on [GitHub](https://github.com/ProjectEvergreen/greenwood) or [Discord](https://discord.gg/dmDmjFCKuH). See you for the next release! ✌️
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/Rkb7VTvk), so feel free to join us there to chat. 👋
We are also [on Discord](https://discord.gg/dmDmjFCKuH), 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/Rkb7VTvk) 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/dmDmjFCKuH) and get involved with us in [GitHub](https://github.com/ProjectEvergreen/greenwood). ✌️

0 comments on commit db2fe32

Please sign in to comment.