From 8f1eda6b6089564f0ee6faa80c536e251749427f Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Sun, 9 Nov 2025 07:30:53 +0000 Subject: [PATCH] chore: update posthog findings (#569) --- apps/web/app/onboarding/bio-form.tsx | 80 +++++++++++----------- apps/web/app/onboarding/extension-form.tsx | 29 ++++---- apps/web/app/onboarding/mcp-form.tsx | 80 +++++++++++----------- 3 files changed, 93 insertions(+), 96 deletions(-) diff --git a/apps/web/app/onboarding/bio-form.tsx b/apps/web/app/onboarding/bio-form.tsx index 63f359ec..21b0e34b 100644 --- a/apps/web/app/onboarding/bio-form.tsx +++ b/apps/web/app/onboarding/bio-form.tsx @@ -32,7 +32,46 @@ export function BioForm() { } return (
Step {getStepNumberFor("bio")} of {totalSteps}
@@ -53,45 +92,6 @@ export function BioForm() {
value={bio}
onChange={(e) => setBio(e.target.value)}
/>
-
@@ -827,21 +827,29 @@ export function ExtensionForm() { Install the Chrome extension
- {/* Install the Supermemory extension to start saving and organizing everything that matters. */} Bring Supermemory everywhere
Step {getStepNumberFor("mcp")} of {totalSteps} @@ -207,45 +246,6 @@ export function MCPForm() {