From 17cce1fb2ae8e91923a7151ee5284b5692f30d84 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Thu, 13 Feb 2025 19:10:07 +0300 Subject: [PATCH] reduced text size --- apps/web/app/(main)/contacts/page.tsx | 2 +- apps/web/components/schedule/orders-list.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/app/(main)/contacts/page.tsx b/apps/web/app/(main)/contacts/page.tsx index 2bd43e6..ebfc7d7 100644 --- a/apps/web/app/(main)/contacts/page.tsx +++ b/apps/web/app/(main)/contacts/page.tsx @@ -8,7 +8,7 @@ export default function ContactsPage() {
-

Контакты

+

Контакты

diff --git a/apps/web/components/schedule/orders-list.tsx b/apps/web/components/schedule/orders-list.tsx index be14e55..4a49ebe 100644 --- a/apps/web/components/schedule/orders-list.tsx +++ b/apps/web/components/schedule/orders-list.tsx @@ -13,7 +13,7 @@ export function OrdersList({ return (
-

Записи

+

Записи

{slot?.orders.map((order) => { return order && ; })}