Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordechai Dror committed Dec 14, 2023
1 parent 4983a27 commit 261ed1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/blog/src/components/molecules/PostListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export function PostListItem({
'flex gap-3 items-center hover:text-cyan-500',
className,
)}>
<span className="flexyarn -1 truncate">{post.data.title}</span>
<span className="flex-1 truncate">{post.data.title}</span>
<span className="whitespace-nowrap text-xs">
{PostsService.formatPublishedAt(post, publishedAtFormat)}
</span>
Expand Down

0 comments on commit 261ed1e

Please sign in to comment.