service component: comment span

This commit is contained in:
vchikalkin 2025-03-14 13:29:31 +03:00
parent 2bbe9731b1
commit cab23ac932

View File

@ -42,7 +42,7 @@ function ServiceCard({ documentId, name }: Readonly<ServiceFieldsFragment>) {
/>
<div className="flex flex-col gap-2">
{name}
<span className={cn('text-xs font-normal', 'text-muted-foreground')}>ололо цена</span>
{/* <span className={cn('text-xs font-normal', 'text-muted-foreground')} /> */}
</div>
</label>
);