mirror of
https://github.com/makeplane/plane.git
synced 2026-02-24 04:00:14 +01:00
chore: migrate help and community CTAs from Discord to Forum
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user