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:
pushya22
2024-08-07 15:44:02 +05:30
committed by GitHub
3 changed files with 6 additions and 6 deletions

View File

@@ -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
morecoming very soon to all editions and plans.
</p>
</div>
<div className="flex items-center gap-3">

View File

@@ -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 morecoming soon to
Plane One.
Pro on Plane Cloud and One.
</p>
</div>
<div className="flex items-center gap-3">

View File

@@ -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>