From 41cbf3ba3c7f324d32d92922f71cd4d260492f7c Mon Sep 17 00:00:00 2001
From: Timur Ercan
Date: Fri, 23 Feb 2024 16:49:17 +0100
Subject: [PATCH] fix: hardcode signup until env issue is fixed
---
apps/marketing/src/components/(marketing)/pricing-table.tsx | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/apps/marketing/src/components/(marketing)/pricing-table.tsx b/apps/marketing/src/components/(marketing)/pricing-table.tsx
index 0d9956d86..ce4695199 100644
--- a/apps/marketing/src/components/(marketing)/pricing-table.tsx
+++ b/apps/marketing/src/components/(marketing)/pricing-table.tsx
@@ -8,7 +8,6 @@ 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';
@@ -83,7 +82,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {
@@ -114,7 +113,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => {