From 20d392a6300fc331df30f8f11da8b2f33cbe4a93 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 23 Sep 2024 16:54:07 +0200 Subject: Cleanup Datetime styles --- app/components/Datetime.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/components/Datetime.tsx') diff --git a/app/components/Datetime.tsx b/app/components/Datetime.tsx index 0a8fbcf..b781287 100644 --- a/app/components/Datetime.tsx +++ b/app/components/Datetime.tsx @@ -20,9 +20,9 @@ export function DateTime({ images, slider }: DateTimeProps) { const time = datetime ? datetime.toFormat("HH:mm") : ""; return ( -