New Layout (#22)

New layout
This commit is contained in:
Giancarlo Buomprisco
2024-04-30 22:54:33 +07:00
committed by GitHub
parent 9eded69f15
commit 5e8e01e340
80 changed files with 8880 additions and 10095 deletions

View File

@@ -18,13 +18,13 @@ export function ProfileAvatar(props: ProfileAvatarProps) {
return (
<Avatar className={avatarClassName}>
<AvatarFallback>
<span className={'uppercase'}>{props.text.slice(0, 2)}</span>
<span className={'uppercase'}>{props.text.slice(0, 1)}</span>
</AvatarFallback>
</Avatar>
);
}
const initials = props.displayName?.slice(0, 2);
const initials = props.displayName?.slice(0, 1);
return (
<Avatar className={avatarClassName}>