chore: Update location icon source and dimensions in user profiles page.
This commit is contained in:
@@ -308,10 +308,10 @@ function ProfileCard({ profile, resolvedAvatarUrl }: ProfileCardProps) {
|
||||
{location && (
|
||||
<div className="flex items-center gap-2">
|
||||
<Image
|
||||
src="/assets/icons/location-icon.svg"
|
||||
src="/assets/icons/location-pin-icon.svg"
|
||||
alt="Location"
|
||||
width={14}
|
||||
height={16}
|
||||
width={16}
|
||||
height={15}
|
||||
/>
|
||||
<span className="font-serif font-bold text-[14px] text-[#00293d]">
|
||||
{location}
|
||||
|
||||
Reference in New Issue
Block a user