From 628fb30ce9c054935b3ef9b21f11a5f8fd307bef Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Wed, 29 Jan 2025 22:32:44 +0300 Subject: [PATCH] fix navigation & profile background --- apps/web/components/navigation/header/index.tsx | 2 +- apps/web/components/profile/cards/person-card.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/components/navigation/header/index.tsx b/apps/web/components/navigation/header/index.tsx index 1dbc698..bcd9356 100644 --- a/apps/web/components/navigation/header/index.tsx +++ b/apps/web/components/navigation/header/index.tsx @@ -6,7 +6,7 @@ type Props = { title: string | undefined }; export function PageHeader(props: Readonly) { return ( -
+
diff --git a/apps/web/components/profile/cards/person-card.tsx b/apps/web/components/profile/cards/person-card.tsx index edf2495..b1f50a9 100644 --- a/apps/web/components/profile/cards/person-card.tsx +++ b/apps/web/components/profile/cards/person-card.tsx @@ -14,7 +14,7 @@ export function PersonCard({ telegramId }: Readonly) { if (!customer) return null; return ( - +