refactor: remove useless var

This commit is contained in:
KazooTTT
2024-10-12 12:59:59 +08:00
parent 06f01acacc
commit e137324e98
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
import GitHubCalendar from "react-github-calendar"; import GitHubCalendar from "react-github-calendar";
import React from "react";
const GithubHotLine = () => { const GithubHotLine = () => {
return ( return (
<GitHubCalendar username='kazoottt' /> <GitHubCalendar username='kazoottt' />

View File

@ -76,7 +76,7 @@ const dateTimeOptions: Intl.DateTimeFormatOptions = {
<path d='M6 9h-.01' /> <path d='M6 9h-.01' />
</svg> </svg>
<div class='space-x-1'> <div class='space-x-1'>
{data.tags.map((tag, i) => ( {data.tags.map((tag) => (
<a <a
aria-label={`View more blogs with the tag ${tag}`} aria-label={`View more blogs with the tag ${tag}`}
class="inline-block before:content-['#'] hover:underline hover:underline-offset-4" class="inline-block before:content-['#'] hover:underline hover:underline-offset-4"