From c7e1bb44631d00312358b1547911ff6f4b9f186f Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 3 Nov 2025 12:15:18 +0100 Subject: [PATCH] People is more human than profiles --- web/components/bio/editable-bio.tsx | 2 +- web/components/page-base.tsx | 4 ++-- web/components/profiles/profiles-home.tsx | 2 +- web/components/searches/button.tsx | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/web/components/bio/editable-bio.tsx b/web/components/bio/editable-bio.tsx index 9cb9dc77..4c2c0856 100644 --- a/web/components/bio/editable-bio.tsx +++ b/web/components/bio/editable-bio.tsx @@ -132,7 +132,7 @@ export function BaseBio({defaultValue, onBlur, onEditor}: BaseBioProps) { {textLength < MIN_BIO_LENGTH &&

Add {MIN_BIO_LENGTH - textLength} more {MIN_BIO_LENGTH - textLength === 1 ? 'character' : 'characters'} so - your profile can appear in search results—or leave it for now and explore others’ profiles first. + you can appear in search results—or take your time and start by exploring others.

} diff --git a/web/components/page-base.tsx b/web/components/page-base.tsx index 96f7ce67..d7660fb3 100644 --- a/web/components/page-base.tsx +++ b/web/components/page-base.tsx @@ -106,8 +106,8 @@ export function PageBase(props: { ) } -const Profiles = {name: 'Profiles', href: '/', icon: SolidHomeIcon} -const ProfilesHome = {name: 'Profiles', href: '/', icon: HomeIcon} +const Profiles = {name: 'People', href: '/', icon: SolidHomeIcon} +const ProfilesHome = {name: 'People', href: '/', icon: HomeIcon} const faq = {name: 'FAQ', href: '/faq', icon: SolidQuestionIcon} const About = {name: 'About', href: '/about', icon: QuestionMarkCircleIcon} const Signin = {name: 'Sign in', href: '/signin', icon: UserCircleIcon} diff --git a/web/components/profiles/profiles-home.tsx b/web/components/profiles/profiles-home.tsx index 62404e02..226ddcbd 100644 --- a/web/components/profiles/profiles-home.tsx +++ b/web/components/profiles/profiles-home.tsx @@ -97,7 +97,7 @@ export function ProfilesHome() { return ( <> {/*{user && !profile && }*/} - Profiles + People -

Saved Profiles

+

Saved People

{visibleUsers?.length ? (<> -

Here are the profiles you saved:

+

Here are the people you saved: