chore: updates
This commit is contained in:
@@ -46,7 +46,7 @@ const Session: FC<IProps> = ({ id, mid }) => {
|
||||
}
|
||||
to={`/chat/channel/${id}`}
|
||||
>
|
||||
<div className="flex shrink-0">
|
||||
<div className="flex shrink-0 aspect-square">
|
||||
<Avatar
|
||||
width={40}
|
||||
height={40}
|
||||
|
||||
@@ -143,7 +143,7 @@ const Session: FC<IProps> = ({
|
||||
to={navPath}
|
||||
onContextMenu={handleContextMenuEvent}
|
||||
>
|
||||
<div className="flex shrink-0 relative w-10 h-10">
|
||||
<div className="flex shrink-0 relative size-10">
|
||||
{type == "dm" ? (
|
||||
<User avatarSize={40} compact interactive={false} uid={id} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user