Skip to content

Commit 31de6c1

Browse files
authored
Merge pull request #46 from wp-graphql/chore/update-slack-to-discord
chore: Update references to Slack to point to Discord instead
2 parents db929c4 + ebacf12 commit 31de6c1

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

src/data/social.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {
2-
SiSlack,
2+
SiDiscord,
33
SiWordpress,
44
SiYoutube,
55
SiGithub,
@@ -34,8 +34,8 @@ export const socialFooterLinks = [
3434
icon: SiYoutube,
3535
},
3636
{
37-
name: "Slack",
38-
href: "https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA",
39-
icon: SiSlack,
37+
name: "Discord",
38+
href: "https://discord.gg/AGVBqqyaUY",
39+
icon: SiDiscord,
4040
},
4141
]

src/pages/acf.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function Why() {
161161
},
162162
{
163163
title: "Support",
164-
content: "Receive the same great community support as the core WPGraphQL plugin through channels such as Github and Slack.",
164+
content: "Receive the same great community support as the core WPGraphQL plugin through channels such as Github and Discord.",
165165
}
166166
]
167167

@@ -241,8 +241,8 @@ function Pricing() {
241241
handled through <a href="https://github.com/wp-graphql/wp-graphql-acf/issues" rel="noreferrer"
242242
target="_blank">issues</a>. For general questions about the plugin,
243243
visit the <a
244-
href="https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA">WPGraphQL
245-
Slack</a>.
244+
href="https://discord.gg/AGVBqqyaUY">WPGraphQL
245+
Discord</a>.
246246
</p>
247247
</div>
248248
)
@@ -263,7 +263,7 @@ function Faq() {
263263
question: "Where can I get support?",
264264
answer: `
265265
Support and feature requests are handled through Github issues. For
266-
general questions about the plugin, visit the WPGraphQL Slack.
266+
general questions about the plugin, visit the WPGraphQL Discord.
267267
`
268268
},
269269
{

src/pages/community.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {gql} from "@apollo/client";
22
import {NavMenuFragment} from "../components/Site/SiteHeader";
33
import SiteLayout from "../components/Site/SiteLayout";
44
import {addApolloState, getApolloClient} from "@faustwp/core/dist/mjs/client";
5-
import {FaSlack, FaGithub, FaTwitter, FaYoutube} from "react-icons/fa";
5+
import {FaDiscord, FaGithub, FaTwitter, FaYoutube} from "react-icons/fa";
66

77
const GET_NAV_MENU = gql`
88
query GetNavMenu {
@@ -21,10 +21,10 @@ function Community() {
2121
icon: FaGithub,
2222
},
2323
{
24-
name: "Slack",
25-
description: "The WPGraphQL Slack is a great place to communicate in real-time. Ask questions, discuss features, get to know other folks using WPGraphQL.",
26-
link: "https://join.slack.com/t/wp-graphql/shared_invite/zt-3vloo60z-PpJV2PFIwEathWDOxCTTLA",
27-
icon: FaSlack,
24+
name: "Discord",
25+
description: "The WPGraphQL Discord is a great place to communicate in real-time. Ask questions, discuss features, get to know other folks using WPGraphQL.",
26+
link: "https://discord.gg/AGVBqqyaUY",
27+
icon: FaDiscord,
2828
},
2929
{
3030
name: "Twitter",

0 commit comments

Comments
 (0)