File tree Expand file tree Collapse file tree
platforms/blabsy/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export function SidebarProfile(): JSX.Element {
142142 onClick = { openModal }
143143 >
144144 < HeroIcon iconName = 'ArrowRightOnRectangleIcon' />
145- Log out @ { username || 'user' }
145+ Log out
146146 </ Button >
147147 ) }
148148 </ Menu . Item >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export function UserAvatar({
2222 const image = (
2323 < NextImage
2424 useSkeleton
25- imgClassName = 'rounded-full'
25+ imgClassName = 'rounded-full aspect-square '
2626 width = { pictureSize }
2727 height = { pictureSize }
2828 src = { src }
@@ -35,7 +35,7 @@ export function UserAvatar({
3535 return (
3636 < div
3737 className = { cn (
38- 'blur-picture flex self-start pointer-events-none' ,
38+ 'blur-picture flex self-start pointer-events-none aspect-square ' ,
3939 className
4040 ) }
4141 >
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ export function UserTooltip({
6868 >
6969 { children }
7070 < div
71- className = 'menu-container invisible absolute left-1/2 w-72 -translate-x-1/2 rounded-2xl
71+ className = 'menu-container invisible absolute left-1/2 w-72 rounded-2xl
7272 opacity-0 [transition:visibility_0ms_ease_400ms,opacity_200ms_ease_200ms] group-hover:visible
7373 group-hover:opacity-100 group-hover:delay-500'
7474 >
You can’t perform that action at this time.
0 commit comments