mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
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:
parent
1db716ab6d
commit
3a2f80780a
2 changed files with 7 additions and 43 deletions
|
|
@ -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
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue