diff --git a/web/components/profile-about.tsx b/web/components/profile-about.tsx index 868cf0e3..b5ed6ac0 100644 --- a/web/components/profile-about.tsx +++ b/web/components/profile-about.tsx @@ -216,30 +216,79 @@ export function ProfileConnectionGoals(props: {profile: Profile}) { const {seekingText, relationshipText, romanticStyles} = goals - const status = [relationshipText, ...(romanticStyles ?? [])].filter(Boolean).join(' · ') + const status = [relationshipText, ...(romanticStyles ?? [])].filter(Boolean).join(DOT_SEPARATOR) return (