diff --git a/apps/web/components/profile/profile-card.tsx b/apps/web/components/profile/profile-card.tsx index e6742f2..5c8b4b6 100644 --- a/apps/web/components/profile/profile-card.tsx +++ b/apps/web/components/profile/profile-card.tsx @@ -22,12 +22,12 @@ export function ProfileCard({ telegramId }: ProfileCardProps) { return (
-
- +
+ {customer?.name.charAt(0)} -

{customer?.name}

+

{customer?.name}

{telegramId ? (