slot-date: remove margin
This commit is contained in:
parent
49c2d758f0
commit
76ef0fd808
@ -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>
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user