diff --git a/webui/src/components/Date.tsx b/webui/src/components/Date.tsx index be0f5835cd4d9adbb879c9a4a2d214d6c06cd994..8438b80164ae230d683ffcafef53fc7e76e7442a 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 );