Skip to content

Commit 8458d87

Browse files
committed
move city up
1 parent 31614a7 commit 8458d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/profile/ProfileHeader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ export function ProfileHeader({ initialProfile, initialCompanies }: ProfileHeade
6464
)}
6565
</div>
6666
<p className="text-muted-foreground text-sm">{classLabel(profile.classYear, profile.graduated)}</p>
67-
<p className="text-sm text-muted-foreground">{profile.email}</p>
6867
{cityName && (
6968
<p className="text-sm text-muted-foreground flex items-center gap-1">
7069
<MapPin className="h-3.5 w-3.5" />
7170
{cityName}
7271
</p>
7372
)}
73+
<p className="text-sm text-muted-foreground">{profile.email}</p>
7474
{profile.phoneNumber && (
7575
<p className="text-sm text-muted-foreground">{formatPhone(profile.phoneNumber)}</p>
7676
)}

0 commit comments

Comments
 (0)