From 79133cce8460f76a20cb8fc95977d6262a85de3a Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Tue, 4 Jan 2022 13:36:41 +0800 Subject: [PATCH] =?UTF-8?q?tag=E5=A4=9C=E9=97=B4=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/TagItem.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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})` : ''} - +
  • )