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 React from "react";
const GithubHotLine = () => {
return (
<GitHubCalendar username='kazoottt' />

View File

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