diff --git a/packages/webapp/src/pages/Integrations/Create.tsx b/packages/webapp/src/pages/Integrations/Create.tsx
index 2bdbef2571..aaf95a6cfb 100644
--- a/packages/webapp/src/pages/Integrations/Create.tsx
+++ b/packages/webapp/src/pages/Integrations/Create.tsx
@@ -7,13 +7,14 @@ import { AuthCreateForm } from './components/forms/AuthCreateForm';
import { getDisplayName } from './utils';
import { IntegrationLogo } from '@/components-v2/IntegrationLogo';
import { Badge } from '@/components-v2/ui/badge';
-import { ButtonLink } from '@/components-v2/ui/button';
+import { buttonVariants } from '@/components-v2/ui/button';
import { Skeleton } from '@/components-v2/ui/skeleton';
import { usePostIntegration } from '@/hooks/useIntegration';
import { useProvider } from '@/hooks/useProvider';
import { useToast } from '@/hooks/useToast';
import DashboardLayout from '@/layout/DashboardLayout';
import { useStore } from '@/store';
+import { cn } from '@/utils/utils';
import type { PostIntegration } from '@nangohq/types';
@@ -96,10 +97,10 @@ export const CreateIntegration = () => {
))}
-
+
Full setup guide
-
+