diff --git a/components/TagItem.js b/components/TagItem.js index 2335ea26..6051eed8 100644 --- a/components/TagItem.js +++ b/components/TagItem.js @@ -12,12 +12,12 @@ const TagItem = ({ tag, selected }) => { return (
  • - + hover:bg-gray-200 dark:hover:bg-gray-800 `}> +
    {selected && } {`${tag.name} `} {tag.count ? `(${tag.count})` : ''} - +
  • )