mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 13:29:56 +02:00
Merge pull request #762 from makeplane/chore/import-integration
[WEB-2185] chore: update imports and integrations coming soon page ux copy.
This commit is contained in:
@@ -49,11 +49,11 @@ const ImportsPage = observer(() => {
|
||||
})}
|
||||
>
|
||||
<div className="relative flex flex-col justify-center gap-7 pl-8 lg:w-1/2">
|
||||
<div className="flex max-w-96 flex-col gap-2">
|
||||
<div className="flex max-w-[26rem] flex-col gap-2">
|
||||
<h2 className="text-2xl font-semibold">Imports are coming soon!</h2>
|
||||
<p className="text-base font-medium text-custom-text-300">
|
||||
Get your issues, sprints, components, docs, and anything else with Plane One-only imports coming very
|
||||
soon.
|
||||
<p className="text-base font-medium text-custom-text-300 break-keep">
|
||||
Get your issues, sprints, components, docs, and anything else with imports from Jira, GitHub, and
|
||||
more—coming very soon to all editions and plans.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
@@ -66,7 +66,7 @@ const WorkspaceIntegrationsPage = observer(() => {
|
||||
<h2 className="text-2xl font-semibold">Popular integrations are coming soon!</h2>
|
||||
<p className="text-base font-medium text-custom-text-300">
|
||||
Send changes in issues to Slack, turn a Support email into a ticket in Plane, and more—coming soon to
|
||||
Plane One.
|
||||
Pro on Plane Cloud and One.
|
||||
</p>
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
@@ -41,7 +41,7 @@ export const PaidPlanSuccessModal: FC<PaidPlanSuccessModalProps> = (props) => {
|
||||
<a
|
||||
href={variant === "PRO" ? "https://plane.so/pro" : "https://docs.plane.so/plane-one/introduction"}
|
||||
target="_blank"
|
||||
className="text-custom-primary-200 text-center text-sm font-semibold underline cursor-default outline-none focus:outline-none"
|
||||
className="text-custom-primary-200 text-center text-sm font-semibold underline outline-none focus:outline-none"
|
||||
>
|
||||
{variant === "PRO" ? "Recap what Pro packs anytime" : "See how to upgrade your workspace to One."}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user