bugfix: site renamed. Name component created.
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user