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 (