B2B-30: clean code

This commit is contained in:
devmc-ee
2025-07-02 18:22:42 +03:00
parent c4eaaca161
commit 27e9053a99
4 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ type ProfileAvatarProps = (SessionProps | TextProps) & {
export function ProfileAvatar(props: ProfileAvatarProps) {
const avatarClassName = cn(
props.className,
'mx-auto h-6 w-6 group-focus:ring-2',
'mx-auto size-6 group-focus:ring-2',
);
if ('text' in props) {