From c8917a58c5fa978a326a17f388ae8b8b5937deff Mon Sep 17 00:00:00 2001 From: Jamil Date: Mon, 15 Apr 2024 15:05:29 -0700 Subject: [PATCH] refactor: Discord -> Slack (#4616) Fixes firezone/bizops#82 --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- docs/README.md | 4 ++-- elixir/apps/web/lib/web/live/settings/billing.ex | 2 +- website/src/app/pricing/plan_table.tsx | 2 +- website/src/components/Footer/index.tsx | 4 ++-- website/src/components/SupportOptions/index.tsx | 15 +++++++-------- 6 files changed, 15 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b6fa2bcb8..ec38829fd 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,6 @@ contact_links: - name: "Community Support - Discussion Forums" url: "https://discourse.firez.one" about: "Ask questions, get help from other Firezone users, and suggest features." - - name: "Community Support - Slack" - url: "https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w" + - name: "Community Support - Discord" + url: "https://discord.gg/DY8gxpSgep" about: "Join discussions, meet other users, and get updates from the Firezone team." diff --git a/docs/README.md b/docs/README.md index 91ed31da0..4a9904399 100644 --- a/docs/README.md +++ b/docs/README.md @@ -165,8 +165,8 @@ community support options: 1. [Discussion Forums](https://discourse.firez.one/?utm_source=readme): Ask questions, report bugs, and suggest features. -1. [Public Slack Group](https://join.slack.com/t/firezone-users/shared_invite/zt-111043zus-j1lP_jP5ohv52FhAayzT6w): - Join live discussions, meet other users, and get to know the contributors. +1. [Join our Discord Server](https://discord.gg/DY8gxpSgep): Join live + discussions, meet other users, and chat with the Firezone team. 1. [Open a PR](https://github.com/firezone/firezone/issues): Contribute a bugfix or make a contribution to Firezone. diff --git a/elixir/apps/web/lib/web/live/settings/billing.ex b/elixir/apps/web/lib/web/live/settings/billing.ex index 70d21843c..a4800e5a8 100644 --- a/elixir/apps/web/lib/web/live/settings/billing.ex +++ b/elixir/apps/web/lib/web/live/settings/billing.ex @@ -219,7 +219,7 @@ defmodule Web.Settings.Billing do <.link class={link_style()} href="https://discourse.firez.one/"> Discourse - or <.link class={link_style()} href="https://firez.slack.com/">Slack. + or <.link class={link_style()} href="https://discord.gg/DY8gxpSgep">Discord. Priority email and dedicated Slack support options are available on paid plans. diff --git a/website/src/app/pricing/plan_table.tsx b/website/src/app/pricing/plan_table.tsx index 21109f637..658d35f69 100644 --- a/website/src/app/pricing/plan_table.tsx +++ b/website/src/app/pricing/plan_table.tsx @@ -701,7 +701,7 @@ export default function PlanTable() { - Community Slack + Community Discord diff --git a/website/src/components/Footer/index.tsx b/website/src/components/Footer/index.tsx index 44339bf73..55db4a161 100644 --- a/website/src/components/Footer/index.tsx +++ b/website/src/components/Footer/index.tsx @@ -139,10 +139,10 @@ export default function Footer() {
  • - Slack + Discord
  • diff --git a/website/src/components/SupportOptions/index.tsx b/website/src/components/SupportOptions/index.tsx index cb0ce1a56..f0706efea 100644 --- a/website/src/components/SupportOptions/index.tsx +++ b/website/src/components/SupportOptions/index.tsx @@ -2,6 +2,7 @@ import { DocSearch } from "@docsearch/react"; import "@docsearch/css"; +import Link from "next/link"; export default function SupportOptions() { return ( @@ -12,20 +13,18 @@ export default function SupportOptions() {

    Try asking on one of our community-powered support channels:

    • - + Discussion forums - + : Ask questions, report bugs, and suggest features.
    • - - Public Slack group - - : Join discussions, meet other users, and meet the contributors + Discord server: + Join discussions, meet other users, and chat with the Firezone team
    • - Email us: We read every - message. + Email us: We read + every message.