From e824840cbb4460fd79920e0069a7c288a40681e7 Mon Sep 17 00:00:00 2001 From: Pas <74743263+Pasithea0@users.noreply.github.com> Date: Sat, 21 Feb 2026 10:13:06 -0700 Subject: [PATCH] replace discord link with fluxer --- README.md | 2 +- public/notifications.xml | 2 +- src/components/overlays/SupportInfoModal.tsx | 2 +- src/setup/constants.ts | 2 +- src/utils/setup/constants.ts | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dea606fa..25fe69e4 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,4 @@ git push # Push to YOUR repository ## Contact Me / Discord -[Discord](https://discord.gg/zTxZQ4tmdj) +[Discord](https://fluxer.gg/VLEQLVSM) diff --git a/public/notifications.xml b/public/notifications.xml index 3c29bb25..d8e344e1 100644 --- a/public/notifications.xml +++ b/public/notifications.xml @@ -445,7 +445,7 @@ Just to clarify, the extension is still working perfectly fine, it's just the up The whole story behind me accidentally deleting my Firefox account is on our Discord server, feel free to ask there! (link below) I apologize for the inconvenience! - https://discord.gg/zTxZQ4tmdj + https://fluxer.gg/VLEQLVSM Mon, 08 Sep 2025 16:00:00 MST announcement diff --git a/src/components/overlays/SupportInfoModal.tsx b/src/components/overlays/SupportInfoModal.tsx index 94a1d3dd..a7ef6cd9 100644 --- a/src/components/overlays/SupportInfoModal.tsx +++ b/src/components/overlays/SupportInfoModal.tsx @@ -13,7 +13,7 @@ export function SupportInfoModal({ id }: { id: string }) {

{t("home.support.explanation")}

{t("home.support.explanation2")}{" "} - + {t("home.support.discord")}

diff --git a/src/setup/constants.ts b/src/setup/constants.ts index 4aba0077..d9a18a2f 100644 --- a/src/setup/constants.ts +++ b/src/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj"; +export const DISCORD_LINK = "https://fluxer.gg/VLEQLVSM"; export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; export const TWITTER_LINK = ""; export const GA_ID = import.meta.env.VITE_GA_ID; diff --git a/src/utils/setup/constants.ts b/src/utils/setup/constants.ts index 073d5a40..ec2ec305 100644 --- a/src/utils/setup/constants.ts +++ b/src/utils/setup/constants.ts @@ -1,5 +1,5 @@ export const APP_VERSION = import.meta.env.PACKAGE_VERSION; -export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj"; +export const DISCORD_LINK = "https://fluxer.gg/VLEQLVSM"; export const GITHUB_LINK = "https://github.com/p-stream/p-stream"; export const GA_ID = import.meta.env.VITE_GA_ID; export const BACKEND_URL = import.meta.env.VITE_BACKEND_URL;