From c89048178e37f104e619d719809e3fee728488b3 Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Fri, 7 Jan 2022 14:31:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/SideBar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/SideBar.js b/components/SideBar.js index 67805c8f..3e355a0e 100644 --- a/components/SideBar.js +++ b/components/SideBar.js @@ -2,7 +2,7 @@ import CategoryGroup from '@/components/CategoryGroup' import InfoCard from '@/components/InfoCard' import TagGroups from '@/components/TagGroups' import { useGlobal } from '@/lib/global' -import { faAngleDoubleRight, faTags, faThList } from '@fortawesome/free-solid-svg-icons' +import { faAngleDoubleRight, faTag, faThList } from '@fortawesome/free-solid-svg-icons' import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' import Link from 'next/link' import React from 'react' @@ -50,7 +50,7 @@ const SideBar = ({ title, tags, currentTag, post, slot, categories, currentCateg {tags && (
-
{locale.COMMON.TAGS}
+
{locale.COMMON.TAGS}
{locale.COMMON.MORE}