diff --git a/themes/heo/components/Hero.js b/themes/heo/components/Hero.js index 55cb1993..4d4ea678 100644 --- a/themes/heo/components/Hero.js +++ b/themes/heo/components/Hero.js @@ -3,7 +3,6 @@ import BLOG from '@/blog.config' import { ArrowSmallRight, PlusSmall } from '@/components/HeroIcons' import LazyImage from '@/components/LazyImage' - import Link from 'next/link' import { useRouter } from 'next/router' import { useImperativeHandle, useRef, useState } from 'react' @@ -97,10 +96,10 @@ function TagsGroupBar() { {groupIcons?.map((g, index) => { return (
- +
- +
) })} @@ -160,12 +159,12 @@ function TopGroup(props) { } return (
- {/* 制定最新文章 */} + {/* 置顶最新文章 */}
{latestPosts?.map((p, index) => { return
- +
{p?.title}
{/* hover 悬浮的 ‘荐’ 字 */}