Skip to content

Commit ef2266f

Browse files
committed
Move wants children below orientation
1 parent d1010cd commit ef2266f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/components/profile-about.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default function ProfileAbout(props: {
121121
<Col className={clsx('relative gap-3 overflow-hidden rounded')}>
122122
<SeekingAndRelationship profile={profile} />
123123
<Orientation profile={profile} />
124+
<CombinedChildren profile={profile} />
124125
<Education profile={profile} />
125126
<OccupationAndWork profile={profile} />
126127
<Politics profile={profile} />
@@ -133,7 +134,6 @@ export default function ProfileAbout(props: {
133134
<Psychedelics profile={profile} />
134135
<Diet profile={profile} />
135136
<LanguagesSection profile={profile} />
136-
<CombinedChildren profile={profile} />
137137
{!isCurrentUser && (
138138
<>
139139
<LastOnline lastOnlineTime={userActivity?.last_online_time} />

0 commit comments

Comments
 (0)