diff --git a/apps/web/app/(navigation)/chat/[id]/page.tsx b/apps/web/app/(navigation)/chat/[id]/page.tsx index 9bb2038b..b3812998 100644 --- a/apps/web/app/(navigation)/chat/[id]/page.tsx +++ b/apps/web/app/(navigation)/chat/[id]/page.tsx @@ -7,7 +7,7 @@ import { ChatMessages } from "@/components/views/chat/chat-messages" export default function ChatPage() { const params = useParams() - const { setCurrentChatId, getCurrentChat } = usePersistentChat() + const { setCurrentChatId } = usePersistentChat() const chatId = params.id as string @@ -17,17 +17,9 @@ export default function ChatPage() { } }, [chatId, setCurrentChatId]) - const currentChat = getCurrentChat() - return (
-
-

- {currentChat?.title || "New Chat"} -

-
-
diff --git a/apps/web/app/(navigation)/settings/support/page.tsx b/apps/web/app/(navigation)/settings/support/page.tsx index de4b3c78..7dc2a207 100644 --- a/apps/web/app/(navigation)/settings/support/page.tsx +++ b/apps/web/app/(navigation)/settings/support/page.tsx @@ -69,7 +69,7 @@ export default function SupportPage() { What's included in the Pro plan?

- Pro includes 5,000 memories (vs 200 in free), 10 connections to + Pro includes unlimited memories (vs 200 in free), 10 connections to external services like Google Drive and Notion, advanced search features, and priority support.

diff --git a/apps/web/app/onboarding/bio-form.tsx b/apps/web/app/onboarding/bio-form.tsx index d985a775..63f359ec 100644 --- a/apps/web/app/onboarding/bio-form.tsx +++ b/apps/web/app/onboarding/bio-form.tsx @@ -31,23 +31,23 @@ export function BioForm() { }) } return ( -
+

Step {getStepNumberFor("bio")} of {totalSteps}

-

- Tell us about yourself +

+ Tell Supermemory about yourself

-

- What should Supermemory know about you? +

+ share with Supermemory what you do, who you are, and what you're interested in