Skip to content

Commit

Permalink
Fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Dec 26, 2024
1 parent 3aeaf59 commit 61046c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog/BlogPost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const BlogPost = async ({ postId }: BlogPostProps) => {
<Clock size="1.5em" className="-ml-[2px]" />
<div>{post.readingTime}</div>
</div>
<div className="flex flex-row gap-3">
<div className="-ml-[0.2rem] flex flex-row gap-3">
<Tooltip content="X">
<a
href={`https://twitter.com/intent/tweet?text=${encodeURIComponent(post.title)}&url=${encodeURIComponent(url)}&via=vertx_project`}
Expand Down

0 comments on commit 61046c0

Please sign in to comment.