mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-17 15:09:31 +00:00
Merge pull request #2592 from RayGicEFL/main
🪲 fix: unable to load synced blocks
This commit is contained in:
@@ -30,7 +30,7 @@ const BlogPostCard = ({ index, post, showSummary, siteInfo }) => {
|
||||
{/* 图片封面 */}
|
||||
{showPageCover && (
|
||||
<Link href={post?.href} passHref legacyBehavior>
|
||||
<div className='w-full md:w-5/12 2xl:w-full overflow-hidden'>
|
||||
<div className='w-full md:w-5/12 2xl:w-full overflow-hidden cursor-pointer select-none'>
|
||||
<LazyImage
|
||||
priority={index === 0}
|
||||
src={post?.pageCoverThumbnail}
|
||||
|
||||
@@ -383,7 +383,7 @@ function TodayCard({ cRef, siteInfo }) {
|
||||
}
|
||||
/>
|
||||
<div id='more' className='select-none'>
|
||||
{locale.COMMON.MORE}
|
||||
{locale.COMMON.RECOMMEND_POSTS}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user