diff --git a/src/components/GithubHotLine.tsx b/src/components/GithubHotLine.tsx index a7be970..4f44546 100644 --- a/src/components/GithubHotLine.tsx +++ b/src/components/GithubHotLine.tsx @@ -1,5 +1,4 @@ import GitHubCalendar from "react-github-calendar"; -import React from "react"; const GithubHotLine = () => { return ( diff --git a/src/components/blog/Hero.astro b/src/components/blog/Hero.astro index b575bfb..54430a9 100644 --- a/src/components/blog/Hero.astro +++ b/src/components/blog/Hero.astro @@ -76,7 +76,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
- {data.tags.map((tag, i) => ( + {data.tags.map((tag) => (