Skip to content

Commit 3094559

Browse files
authored
docs: improve link to commercial license (#2874)
1 parent 47f5a3b commit 3094559

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/app/pricing/page.tsx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,19 @@ const tiers: Tier[] = [
8080
mostPopular: true,
8181
badge: "Recommended",
8282
description:
83-
"Commercial license for access to advanced features and technical support.",
83+
<><TooltipProvider>
84+
<Tooltip>
85+
<TooltipTrigger
86+
delay={100}
87+
className="cursor-default font-medium underline decoration-stone-400 decoration-dotted decoration-1 underline-offset-4"
88+
>
89+
Commercial license
90+
</TooltipTrigger>
91+
<TooltipContent className="max-w-[280px] p-3 leading-normal">
92+
A commercial license is required to use the XL packages in closed-source applications. See <Link href="/legal/blocknote-xl-commercial-license" className="text-purple-600 hover:underline">full license terms</Link> for details.
93+
</TooltipContent>
94+
</Tooltip>
95+
</TooltipProvider> for access to advanced features and technical support.</>,
8496
price: { month: 390, year: 2340 },
8597
features: [
8698
<span key="commercial" className="font-semibold text-stone-900">

0 commit comments

Comments
 (0)