update discord invite

This commit is contained in:
Pas 2026-02-20 08:46:31 -07:00
parent 22578a5c8f
commit 87851c1167
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/7z6znYgrTG)
[Discord](https://discord.gg/zTxZQ4tmdj)

View file

@ -400,7 +400,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/7z6znYgrTG</link>
<link>https://discord.gg/zTxZQ4tmdj</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/7z6znYgrTG">
<MwLink url="https://discord.gg/zTxZQ4tmdj">
{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/7z6znYgrTG";
export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj";
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/7z6znYgrTG";
export const DISCORD_LINK = "https://discord.gg/zTxZQ4tmdj";
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;