From afd22acd5ddb6c92e77b7660ef7ee65f4192d7ae Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Mon, 17 Feb 2020 00:16:07 +0100 Subject: webui: more readable dates, also localized --- webui/src/components/Date.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webui/src/components/Date.tsx') diff --git a/webui/src/components/Date.tsx b/webui/src/components/Date.tsx index be0f5835..8438b801 100644 --- a/webui/src/components/Date.tsx +++ b/webui/src/components/Date.tsx @@ -10,8 +10,8 @@ const WEEK = 7 * DAY; type Props = { date: string }; const Date = ({ date }: Props) => ( - - + + on ); -- cgit