mobiel view

This commit is contained in:
pradeepkumar
2026-01-12 14:13:37 +05:30
parent cc631fefa7
commit a13dcbf96d
4 changed files with 411 additions and 44 deletions

View File

@@ -51,10 +51,10 @@ export function ProfileHeader({
)}
<button className="p-1 hover:bg-gray-100 rounded transition-colors">
<Image
src="/assets/icons/edit-pencil-icon.svg"
src="/assets/icons/edit-pencil-orange-icon.svg"
alt="Edit name"
width={16}
height={16}
width={19}
height={19}
/>
</button>
</div>