Move last above social links

This commit is contained in:
MartinBraquet
2025-10-14 21:06:08 +02:00
parent c29d3d8c92
commit 50614484d8

View File

@@ -80,8 +80,8 @@ export default function ProfileAbout(props: {
text={profile.is_vegetarian_or_vegan ? 'Vegetarian/Vegan' : null}
/>
<WantsKids profile={profile}/>
<UserHandles links={profile.user.link}/>
{!isCurrentUser && <LastOnline lastOnlineTime={userActivity?.last_online_time}/>}
<UserHandles links={profile.user.link}/>
</Col>
)
}