mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 18:51:31 +08:00
refactor: remove useless var
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import GitHubCalendar from "react-github-calendar";
|
||||
import React from "react";
|
||||
const GithubHotLine = () => {
|
||||
return (
|
||||
<GitHubCalendar username='kazoottt' />
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user