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 && (
|
{location && (
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
<Image
|
<Image
|
||||||
src="/assets/icons/location-icon.svg"
|
src="/assets/icons/location-pin-icon.svg"
|
||||||
alt="Location"
|
alt="Location"
|
||||||
width={14}
|
width={16}
|
||||||
height={16}
|
height={15}
|
||||||
/>
|
/>
|
||||||
<span className="font-serif font-bold text-[14px] text-[#00293d]">
|
<span className="font-serif font-bold text-[14px] text-[#00293d]">
|
||||||
{location}
|
{location}
|
||||||
|
|||||||
Reference in New Issue
Block a user