B2B-30: clean code
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user