Skip to content

Commit

Permalink
fix: time ago seconds ticker
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Aug 15, 2024
1 parent 41d0ad6 commit dfebcdd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export const ProjectArchiveCard: FC<ProjectArchiveCardProps> = ({
</StyledParagraphInfo>
<p data-loading>
<TimeAgo
minPeriod={60}
date={
new Date(archivedAt as string)
}
Expand Down

0 comments on commit dfebcdd

Please sign in to comment.