#100 要らんとこ変へてたので直した

このコミットが含まれているのは:
2025-10-13 15:37:07 +09:00
コミット 851e8456bb
+1 -1
ファイルの表示
@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react'
import type { Tag } from '@/types'
type CommonProps = { tag: Pick<Tag, 'name' | 'category' | 'postCount'>
type CommonProps = { tag: Tag
withWiki?: boolean
withCount?: boolean }