chore: migrate help and community CTAs from Discord to Forum

This commit is contained in:
Anmol Singh Bhatia
2026-02-23 20:17:37 +05:30
parent ffce4f10da
commit 620a070727
4 changed files with 7 additions and 14 deletions

View File

@@ -24,13 +24,8 @@ function ErrorPage() {
support@plane.so
</a>{" "}
or on our{" "}
<a
href="https://discord.com/invite/A92xrEGCge"
target="_blank"
className="text-accent-primary"
rel="noopener noreferrer"
>
Discord
<a href="https://forum.plane.so" target="_blank" className="text-accent-primary" rel="noopener noreferrer">
Forum
</a>
.
</p>

View File

@@ -115,7 +115,7 @@ function WorkspaceInvitationPage() {
<EmptySpaceItem
Icon={Share2}
title="Join our community of active creators"
href="https://discord.com/invite/A92xrEGCge"
href="https://forum.plane.so"
/>
</EmptySpace>
)

View File

@@ -52,12 +52,12 @@ export function ProductUpdatesFooter() {
<circle cx={1} cy={1} r={1} />
</svg>
<a
href="https://go.plane.so/p-discord"
href="https://forum.plane.so"
target="_blank"
className="text-13 text-secondary hover:text-primary hover:underline underline-offset-1 outline-none"
rel="noreferrer"
>
Discord
Forum
</a>
</div>
<a

View File

@@ -93,11 +93,9 @@ export const HelpMenuRoot = observer(function HelpMenuRoot() {
<span className="text-11">{t("whats_new")}</span>
</button>
</CustomMenu.MenuItem>
<CustomMenu.MenuItem
onClick={() => window.open("https://go.plane.so/p-discord", "_blank", "noopener,noreferrer")}
>
<CustomMenu.MenuItem onClick={() => window.open("https://forum.plane.so", "_blank", "noopener,noreferrer")}>
<div className="flex items-center gap-x-2 rounded-sm text-11">
<span className="text-11">Discord</span>
<span className="text-11">Forum</span>
</div>
</CustomMenu.MenuItem>
<div className="px-1 pt-2 mt-1 text-11 text-secondary border-t border-subtle">