mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-21 19:01:17 -04:00
fix layout shift on /projects
This commit is contained in:
@@ -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 */}
|
{/* only use relative "time ago" on client side, since it'll be outdated via SSG and cause hydration errors */}
|
||||||
<MetaItem>
|
<MetaItem>
|
||||||
<RelativeTime date={updatedAt} verb="Updated" />
|
<RelativeTime date={updatedAt} verb="Updated" staticFormat="MMM D, YYYY" />
|
||||||
</MetaItem>
|
</MetaItem>
|
||||||
</Meta>
|
</Meta>
|
||||||
</Wrapper>
|
</Wrapper>
|
||||||
|
Reference in New Issue
Block a user