avatar profile
This commit is contained in:
@@ -46,13 +46,13 @@ function ProfileIndex({ }: Props) {
|
||||
<div className="mt-8 flex-1 h-full bg-container rounded-container w-full box-shadow-normal py-6 px-4 flex flex-col justify-between">
|
||||
|
||||
<div className="">
|
||||
<div className="flex items-center justify-start gap-4 pb-6 border-b-[1.5px] border-border">
|
||||
<div className="flex items-center justify-start gap-3 pb-6 border-b-[1.5px] border-border">
|
||||
<Image
|
||||
src={'/assets/images/user-avatar.png'}
|
||||
src={userData?.avatarUrl ? userData.avatarUrl : '/assets/images/avatar.svg'}
|
||||
className='rounded-full'
|
||||
alt='user avatar'
|
||||
width={80}
|
||||
height={80}
|
||||
width={65}
|
||||
height={65}
|
||||
/>
|
||||
<div className='block'>
|
||||
<div className='font-medium text-base '>
|
||||
|
||||
Reference in New Issue
Block a user