博客列表微调

This commit is contained in:
tangly
2022-10-19 13:16:13 +08:00
parent 41dcf5f348
commit d3271d527a

View File

@@ -65,8 +65,8 @@ const BlogPostListScroll = ({ posts = [], currentSearch, showSummary = CONFIG_HE
<div onClick={() => {
handleGetMore()
}}
className='w-full my-4 py-4 text-center cursor-pointer glassmorphism shadow-xl rounded-xl dark:text-gray-200'
> {hasMore ? locale.COMMON.MORE : `${locale.COMMON.NO_MORE} 😰`} </div>
className='w-full my-4 py-4 text-center cursor-pointer rounded-xl dark:text-gray-200'
> {hasMore ? locale.COMMON.MORE : `${locale.COMMON.NO_MORE}`} </div>
</div>
</div>
}