このコミットが含まれているのは:
2025-10-13 15:18:05 +09:00
コミット e76503c729
2個のファイルの変更13行の追加4行の削除
+1 -1
ファイルの表示
@@ -7,7 +7,7 @@ import type { ComponentProps, FC, HTMLAttributes } from 'react'
import type { Tag } from '@/types'
type CommonProps = { tag: Tag
type CommonProps = { tag: Pick<Tag, 'name' | 'category' | 'postCount'>
withWiki?: boolean
withCount?: boolean }