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 ( - +