bugfix: site renamed. Name component created.

This commit is contained in:
2026-08-19 02:41:05 +03:30
parent 80167c622c
commit e5c39c6b7e
12 changed files with 76 additions and 31 deletions

View File

@@ -12,6 +12,7 @@ import { formatToothList } from '@/components/treatment/prosthesisTypeDisplay';
import type { LabCaseDetail } from '@/types/cases';
import type { ProsthesisCatalogEntry } from '@/types/treatment-catalog';
import type { FdiToothId } from '@/types/treatment';
import { BrandWordmark, BRAND_PRIMARY_HEX } from '@/components/ui/shared/BrandWordmark';
export type CaseSheetLabels = {
title: string;
@@ -89,7 +90,9 @@ export function CaseSheetPrintLayout({
}}
>
<div style={{ minWidth: 0, flex: 1 }}>
<p style={{ ...muted, margin: 0 }}>Dyolink</p>
<p style={{ ...muted, margin: 0, textTransform: 'none', letterSpacing: '0.02em' }}>
<BrandWordmark dotColor={BRAND_PRIMARY_HEX} />
</p>
<h1 style={{ margin: '4px 0 0', fontSize: 24, fontWeight: 600 }}>{labels.title}</h1>
</div>
{labCase.shareUrl ? (