mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 15:09:22 +00:00
hidden idx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user