From a06b40af3c4aa0541de94b75bafcb5cbe8f9cd47 Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Sat, 24 Feb 2024 15:11:12 +1100 Subject: [PATCH] fix: revert hardcoded env --- .../marketing/src/components/(marketing)/pricing-table.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/marketing/src/components/(marketing)/pricing-table.tsx b/apps/marketing/src/components/(marketing)/pricing-table.tsx index ce4695199..bdaa9fdf4 100644 --- a/apps/marketing/src/components/(marketing)/pricing-table.tsx +++ b/apps/marketing/src/components/(marketing)/pricing-table.tsx @@ -8,6 +8,7 @@ import Link from 'next/link'; import { AnimatePresence, motion } from 'framer-motion'; import { usePlausible } from 'next-plausible'; +import { NEXT_PUBLIC_WEBAPP_URL } from '@documenso/lib/constants/app'; import { cn } from '@documenso/ui/lib/utils'; import { Button } from '@documenso/ui/primitives/button'; @@ -82,7 +83,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {

@@ -113,7 +114,9 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {