1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 15:28:28 -04:00

fix layout shift on /projects

This commit is contained in:
Jake Jarvis 2022-04-23 12:38:24 -04:00
parent 392ad9bb56
commit 4f0002af0f
Signed by: jake
GPG Key ID: 2B0C9CF251E69A39

View File

@ -126,7 +126,7 @@ const RepositoryCard = ({
{/* only use relative "time ago" on client side, since it'll be outdated via SSG and cause hydration errors */}
<MetaItem>
<RelativeTime date={updatedAt} verb="Updated" />
<RelativeTime date={updatedAt} verb="Updated" staticFormat="MMM D, YYYY" />
</MetaItem>
</Meta>
</Wrapper>