feat: replace image rendering with Avatar component in team content and sidebar user profile

- Updated team content to utilize Avatar for member display, enhancing visual consistency.
- Modified SidebarUserProfile to include select-none class for improved styling.
This commit is contained in:
Anish Sarkar 2026-03-17 18:36:46 +05:30
parent 1db716ab6d
commit 3a2f80780a
2 changed files with 7 additions and 43 deletions

View file

@ -122,7 +122,7 @@ function UserAvatar({
alt="User avatar"
width={32}
height={32}
className="h-8 w-8 shrink-0 rounded-lg object-cover"
className="h-8 w-8 shrink-0 rounded-lg object-cover select-none"
referrerPolicy="no-referrer"
unoptimized
/>