Skip to content

Commit

Permalink
fixup! fix(nx-dev): update blog metadata to include the post descript…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
juristr committed Feb 3, 2025
1 parent 2793659 commit 835f18f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions nx-dev/ui-blog/src/lib/blog-details.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,7 @@ export function BlogDetails({ post }: BlogDetailsProps) {
</div>
) : post.youtubeUrl ? (
<div className="mx-auto mb-16 w-full max-w-screen-md">
<YouTube
src={post.youtubeUrl}
title={post.title}
caption={post.description}
/>
<YouTube src={post.youtubeUrl} title={post.title} />
</div>
) : (
post.cover_image && (
Expand Down

0 comments on commit 835f18f

Please sign in to comment.