chore: created new constants for marketing website page links (#4670)
This commit is contained in:
parent
463d0732e9
commit
ba4798deb9
3 changed files with 8 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ import { Crown } from "lucide-react";
|
|||
// ui
|
||||
import { getButtonStyling } from "@plane/ui";
|
||||
// constants
|
||||
import { MARKETING_PRICING_PAGE_LINK } from "@/constants/common";
|
||||
import { WORKSPACE_ACTIVE_CYCLES_DETAILS } from "@/constants/cycle";
|
||||
// helper
|
||||
import { cn } from "@/helpers/common.helper";
|
||||
|
|
@ -38,7 +39,7 @@ export const WorkspaceActiveCyclesUpgrade = observer(() => {
|
|||
<div className="flex items-center gap-3">
|
||||
<a
|
||||
className={`${getButtonStyling("primary", "md")} cursor-pointer`}
|
||||
href="https://plane.so/pricing"
|
||||
href={MARKETING_PRICING_PAGE_LINK}
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue