Skip to content

Commit 68172e5

Browse files
authored
Merge pull request #91 from code4rena-dev/samus/audit-status-public
[contest tile] lowercase datetime
2 parents 32e49d5 + ce28ff8 commit 68172e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ContestStatus/AuditStatusSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export const AuditStatusSection = ({
135135
className="audit-tile__status__status"
136136
title={comparisonTime?.toString() || ""}
137137
>
138-
{auditStatusLabel} {relativeDateTime}
138+
{auditStatusLabel} {relativeDateTime?.toLowerCase()}
139139
</div>
140140
</div>
141141
);

0 commit comments

Comments
 (0)