From a634d8bb67ec5bd1b16d362798e82d1459d5639c Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sun, 3 Aug 2025 13:55:27 +0200 Subject: [PATCH] Clean text --- app/complete-profile/page.tsx | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/app/complete-profile/page.tsx b/app/complete-profile/page.tsx index 457c2cc2..d415fc7a 100644 --- a/app/complete-profile/page.tsx +++ b/app/complete-profile/page.tsx @@ -96,7 +96,7 @@ function RegisterComponent() { setPersonalityType(profile.personalityType || null); setConflictStyle(profile.conflictStyle || ''); if (profile.promptAnswers) { - setPromptAnswers(Object.fromEntries(profile.promptAnswers.map((item: Prompt) => [item.prompt, item.answer]))); + setPromptAnswers(Object.fromEntries(profile.promptAnswers.map((item: Prompt) => [item.prompt, item.answer]))); } setIntroversion(profile.introversion || null); if (profile.birthYear) { @@ -397,7 +397,15 @@ function RegisterComponent() { id: 'causeAreas', title: 'Cause Areas', allowAdd: true, content: <>

- ... + When choosing your cause areas on a platform designed for deep, lasting connection, focus on the issues that + you feel personally compelled to engage with—not just what’s socially approved or intellectually interesting. + Good cause areas reveal what breaks your heart, what energizes your long-term thinking, or what you’d + willingly struggle for even if no one noticed. Be honest about what genuinely matters to you: that might be + existential risk reduction, prison abolition, mental health reform, animal welfare, epistemic integrity, or + education equity. You don’t need to be an expert or activist to list a cause—just sincerely invested. The + point isn’t to posture but to expose what kind of future you want to help shape, and to find others whose + moral intuitions and sense of responsibility resonate with your own. That kind of alignment creates not just + shared goals, but durable trust.

}, @@ -477,7 +485,7 @@ function RegisterComponent() { onFocus={() => setShowDropdown(true)} onKeyDown={handleKeyDown} className="flex-1 min-w-0 block w-full px-3 py-2 rounded-l-md border-0 focus:ring-blue-500 focus:border-blue-500 sm:text-sm" - placeholder="Type to search" + placeholder={allowAdd ? "Type to search or add" : "Type to search"} />