The <PricingLink /> component displays a link to the pricing page of your customer portal.
<PricingLink />
The content of the link.
import { PricingLink } from "@kobbleio/next/client"; export default function MyComponent() { return ( <PricingLink> <span class={'something'}>Go to pricing</span> </PricingLink> ); }