From 89bc6ed38910b3a408b05884f60f8ddd9d3c8e34 Mon Sep 17 00:00:00 2001 From: "tangly1024.com" Date: Fri, 21 Jul 2023 18:35:36 +0800 Subject: [PATCH] =?UTF-8?q?hero=E9=A2=84=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/heo/components/Hero.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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 悬浮的 ‘荐’ 字 */}