Skip to content

Commit 5061448

Browse files
committed
Move last above social links
1 parent c29d3d8 commit 5061448

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
@@ -80,8 +80,8 @@ export default function ProfileAbout(props: {
8080
text={profile.is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null}
8181
/>
8282
<WantsKids profile={profile}/>
83-
<UserHandles links={profile.user.link}/>
8483
{!isCurrentUser && <LastOnline lastOnlineTime={userActivity?.last_online_time}/>}
84+
<UserHandles links={profile.user.link}/>
8585
</Col>
8686
)
8787
}

0 commit comments

Comments
 (0)