hidden idx

This commit is contained in:
tangly1024.com
2023-02-02 15:01:51 +08:00
parent fa72eab0a3
commit 50bb8aec61

View File

@@ -27,7 +27,7 @@ const BlogPostCard = ({ post, showSummary, index }) => {
className={`replace cursor-pointer hover:underline text-2xl ${showPreview ? 'text-center' : ''
} leading-tight text-gray-600 dark:text-gray-100 hover:text-indigo-700 dark:hover:text-indigo-400`}>
{post.title} {index % 2}
{post.title}
</Link>