Update prettier

This commit is contained in:
2026-01-14 00:33:38 -06:00
parent 4b5c12d868
commit ce2264ef6d
58 changed files with 12945 additions and 568 deletions

View File

@@ -27,7 +27,7 @@ const BasedAvatar = ({
}: BasedAvatarProps) => {
return (
<AvatarPrimitive.Root
data-slot="avatar"
data-slot='avatar'
className={cn(
'relative flex size-8 shrink-0 cursor-pointer overflow-hidden rounded-full',
className,
@@ -43,7 +43,7 @@ const BasedAvatar = ({
) : (
<AvatarPrimitive.Fallback
{...fallbackProps}
data-slot="avatar-fallback"
data-slot='avatar-fallback'
className={cn(
'bg-muted flex size-full items-center justify-center rounded-full',
fallbackProps?.className,