From fed597229f5a6420af94763686d77c20785cf225 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 27 Jan 2025 15:08:39 +0300 Subject: [PATCH] make profile photo bigger --- apps/web/components/profile/profile-card.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ? (