Skip to content

Commit

Permalink
Fix skeletonq
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Oct 22, 2023
1 parent c4825f4 commit 55202c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/layouts/PostLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function PostLayout({
{meta.title}
</PageTitle>
) : (
<Skeleton className="w-fulll h-10" />
<Skeleton className="mb-2 h-10" />
)}

<div>
Expand All @@ -59,7 +59,7 @@ export function PostLayout({
{formatDate(meta.date)}
</time>
) : (
<Skeleton className="h-4 w-40 rounded">{"\u200b"}</Skeleton>
<Skeleton className="h-6 w-40 rounded">{"\u200b"}</Skeleton>
)}
</div>

Expand Down

0 comments on commit 55202c7

Please sign in to comment.