avatar profile

This commit is contained in:
hamid zarghami
2025-12-14 11:51:37 +03:30
parent 2ce6ec6245
commit 22433bac5e
5 changed files with 108 additions and 19 deletions
+4 -4
View File
@@ -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 '>