From d6b31cc25a6dd0bd463c23ef45b25bc4dfb18181 Mon Sep 17 00:00:00 2001 From: Arjun <6592213+arkml@users.noreply.github.com> Date: Tue, 7 Apr 2026 17:25:43 +0530 Subject: [PATCH] fixed onboarding --- .../steps/connect-accounts-step.tsx | 45 ++++++++++++++----- .../onboarding/steps/llm-setup-step.tsx | 2 +- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx b/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx index ae9afea8..ea8335de 100644 --- a/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx +++ b/apps/x/apps/renderer/src/components/onboarding/steps/connect-accounts-step.tsx @@ -1,4 +1,4 @@ -import { Loader2, CheckCircle2, ArrowLeft, Calendar } from "lucide-react" +import { Loader2, CheckCircle2, ArrowLeft, Calendar, FileText } from "lucide-react" import { motion } from "motion/react" import { Button } from "@/components/ui/button" import { cn } from "@/lib/utils" @@ -98,7 +98,7 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { Connect Your Accounts
- Connect your accounts to give Rowboat context about your work. You can always add more later. + Rowboat gets smarter the more it knows about your work. Connect your accounts to get started. You can find more tools in Settings.
{providersLoading ? ( @@ -116,7 +116,7 @@ export function ConnectAccountsStep({ state }: ConnectAccountsStepProps) { {useComposioForGoogle ? (- Tip: Sign in with Rowboat for instant access to all models — no API keys needed. + Tip: Sign in with Rowboat for instant access to leading models. No API keys needed.