mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 09:45:33 +00:00
update discord invite
This commit is contained in:
parent
22578a5c8f
commit
87851c1167
5 changed files with 5 additions and 5 deletions
|
|
@ -58,4 +58,4 @@ git push # Push to YOUR repository
|
|||
|
||||
## Contact Me / Discord
|
||||
|
||||
[Discord](https://discord.gg/7z6znYgrTG)
|
||||
[Discord](https://discord.gg/zTxZQ4tmdj)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue