Skip to content

Commit 6044580

Browse files
bug/issue 131 update to new Discord community server invite link (#132)
1 parent d15791a commit 6044580

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/components/footer/footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default class Footer extends HTMLElement {
1919
</li>
2020
2121
<li class="${styles.socialIcon}">
22-
<a href="https://discord.gg/bsy9jvWh" title="Discord">
22+
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
2323
${discordIcon}
2424
</a>
2525
</li>

src/components/footer/footer.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ICONS = [
77
title: "GitHub",
88
},
99
{
10-
link: "https://discord.gg/bsy9jvWh",
10+
link: "https://discord.gg/Rkb7VTvk",
1111
title: "Discord",
1212
},
1313
{

src/components/header/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default class Header extends HTMLElement {
4646
</li>
4747
4848
<li class="${styles.socialIcon}">
49-
<a href="https://discord.gg/bsy9jvWh" title="Discord">
49+
<a href="https://discord.gg/Rkb7VTvk" title="Discord">
5050
${discordIcon}
5151
</a>
5252
</li>

src/components/header/header.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const ICONS = [
99
title: "GitHub",
1010
},
1111
{
12-
link: "https://discord.gg/bsy9jvWh",
12+
link: "https://discord.gg/Rkb7VTvk",
1313
title: "Discord",
1414
},
1515
{

src/pages/docs/introduction/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If we did our job well, the only docs you should need are [MDN](https://develope
4242

4343
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.
4444

45-
We are also [on Discord](https://discord.gg/bsy9jvWh), so feel free to join us there to chat. 👋
45+
We are also [on Discord](https://discord.gg/Rkb7VTvk), so feel free to join us there to chat. 👋

src/pages/guides/getting-started/next-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ To continue your Greenwood journey, here are some links we think you may want to
1515
- [Hosting](/guides/hosting/) - Guides on building and deploying your static, serverless, or serverfull application
1616
- [Tutorials](/guides/tutorials/) - Additional walkthroughs and patterns using Greenwood
1717

18-
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). ✌️
18+
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 commit comments

Comments
 (0)