Refine navigation and post UI
This commit is contained in:
@@ -114,7 +114,7 @@ export default function BlogPostPage({ params }: Props) {
|
||||
</div>
|
||||
<div className="grid gap-4 md:grid-cols-2 lg:grid-cols-3">
|
||||
{relatedPosts.map((related) => (
|
||||
<PostCard key={related._id} post={related} />
|
||||
<PostCard key={related._id} post={related} showTags={false} />
|
||||
))}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user