From 077321731ee103a10d10babb6c12736540667eba Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 25 Sep 2025 23:02:04 +0200 Subject: [PATCH] Add bio warning message --- web/components/bio/editable-bio.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/components/bio/editable-bio.tsx b/web/components/bio/editable-bio.tsx index 7bf979cc..e16ebc15 100644 --- a/web/components/bio/editable-bio.tsx +++ b/web/components/bio/editable-bio.tsx @@ -23,6 +23,10 @@ Write a clear and engaging bio to help others understand who you are and the con - Optional: romantic preferences, lifestyle habits, and conversation starters ` +export function CharLimitText() { + return

Profiles with fewer than 250 characters will be hidden by default from the profile grid — write a meaningful bio so others can find you through keyword search and connect intentionally.

+} + export function BioTips() { const [showMoreInfo, setShowMoreInfo] = useState(false) @@ -81,6 +85,7 @@ export function EditableBio(props: { return ( + @@ -120,6 +125,7 @@ export function SignupBio(props: { return ( +