reduced text size
This commit is contained in:
parent
bf207d78be
commit
17cce1fb2a
@ -8,7 +8,7 @@ export default function ContactsPage() {
|
||||
<ContactsFilterProvider>
|
||||
<Card>
|
||||
<div className="flex flex-row items-center justify-between space-x-4 p-4">
|
||||
<h1 className="text-2xl font-bold">Контакты</h1>
|
||||
<h1 className="text-lg font-bold">Контакты</h1>
|
||||
<ContactsFilter />
|
||||
</div>
|
||||
<div className="p-4 pt-0">
|
||||
|
||||
@ -13,7 +13,7 @@ export function OrdersList({
|
||||
|
||||
return (
|
||||
<div className={cn('bg-transparent p-4', className)}>
|
||||
<h1 className="mb-2 text-2xl font-bold">Записи</h1>
|
||||
<h1 className="mb-2 text-lg font-bold">Записи</h1>
|
||||
{slot?.orders.map((order) => {
|
||||
return order && <OrderCard key={order?.documentId} {...order} />;
|
||||
})}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user