slot-date: remove margin

This commit is contained in:
vchikalkin 2025-02-18 22:42:24 +03:00
parent 49c2d758f0
commit 76ef0fd808

View File

@ -10,7 +10,7 @@ export function SlotDate({ documentId }: Readonly<SlotComponentProps>) {
if (!slot) return null;
return (
<span className="mb-2 text-sm tracking-wide text-muted-foreground">
<span className="text-sm tracking-wide text-muted-foreground">
{formatDate(slot?.date).user()}
</span>
);