replace discord link with fluxer

This commit is contained in:
Pas 2026-02-21 10:13:06 -07:00
parent 8cb8d158f6
commit e824840cbb
5 changed files with 5 additions and 5 deletions

View file

@ -58,4 +58,4 @@ git push # Push to YOUR repository
## Contact Me / Discord
[Discord](https://discord.gg/zTxZQ4tmdj)
[Discord](https://fluxer.gg/VLEQLVSM)

View file

@ -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!</description>
<link>https://discord.gg/zTxZQ4tmdj</link>
<link>https://fluxer.gg/VLEQLVSM</link>
<pubDate>Mon, 08 Sep 2025 16:00:00 MST</pubDate>
<category>announcement</category>
</item>

View file

@ -13,7 +13,7 @@ export function SupportInfoModal({ id }: { id: string }) {
<p className="text-type-secondary">{t("home.support.explanation")}</p>
<p className="text-type-secondary">
{t("home.support.explanation2")}{" "}
<MwLink url="https://discord.gg/zTxZQ4tmdj">
<MwLink url="https://fluxer.gg/VLEQLVSM">
{t("home.support.discord")}
</MwLink>
</p>

View file

@ -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;

View file

@ -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;