<div className="grid grid-cols-1 md:grid-cols-2 gap-4 py-8 text-white">
{posts.map((post, index) => (
<Link key={index} href={`/blog/${post.slug}`}>
{post.title}
</Link>
))}
</div>
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (1)
prueba de comentario