diff --git a/web/components/contract-overview.tsx b/web/components/contract-overview.tsx index 0ab43dd5..824d364d 100644 --- a/web/components/contract-overview.tsx +++ b/web/components/contract-overview.tsx @@ -21,7 +21,7 @@ function ContractDescription(props: { }) { const { contract, isCreator } = props const [editing, setEditing] = useState(false) - const editStatement = () => `${dayjs().format('MMM D, H:mma')}: ` + const editStatement = () => `${dayjs().format('MMM D, h:mma')}: ` const [description, setDescription] = useState(editStatement()) // Append the new description (after a newline) @@ -42,7 +42,7 @@ function ContractDescription(props: { (editing ? (
) : ( - +