diff --git a/themes/hexo/components/BlogPostListScroll.js b/themes/hexo/components/BlogPostListScroll.js
index ce23f44c..4c56ff8e 100644
--- a/themes/hexo/components/BlogPostListScroll.js
+++ b/themes/hexo/components/BlogPostListScroll.js
@@ -65,8 +65,8 @@ const BlogPostListScroll = ({ posts = [], currentSearch, showSummary = CONFIG_HE
{
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} 😰`}
+ 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}`}
}
diff --git a/themes/hexo/components/NavButtonGroup.js b/themes/hexo/components/NavButtonGroup.js
index fc82afe0..c0fdf7c2 100644
--- a/themes/hexo/components/NavButtonGroup.js
+++ b/themes/hexo/components/NavButtonGroup.js
@@ -10,7 +10,7 @@ import Link from 'next/link'
const NavButtonGroup = (props) => {
const { categories } = props
- return