From 4e21669f33d0760fe9a448a518a186f8f63c0b9b Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Sat, 11 Feb 2023 15:54:40 +0800 Subject: [PATCH] Update LatestPostsGroup.js --- themes/hexo/components/LatestPostsGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hexo/components/LatestPostsGroup.js b/themes/hexo/components/LatestPostsGroup.js index cfb44018..9e799aa9 100644 --- a/themes/hexo/components/LatestPostsGroup.js +++ b/themes/hexo/components/LatestPostsGroup.js @@ -47,7 +47,7 @@ const LatestPostsGroup = ({ latestPosts, siteInfo }) => { className={ (selected ? ' text-indigo-400 ' : 'dark:text-gray-400 ') + ' text-sm overflow-x-hidden hover:text-indigo-600 px-2 duration-200 w-full rounded ' + - 'hover:text-white dark:hover:text-indigo-400 cursor-pointer items-center flex' + ' hover:text-indigo-400 cursor-pointer items-center flex' } >