From 23f143bdd81f06628c1cfe5a4948e305fe65f33b Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Mon, 6 Dec 2021 11:15:56 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E5=9B=BE=E6=A0=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BlogPostCard.js | 4 ++-- components/Footer.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/BlogPostCard.js b/components/BlogPostCard.js index 98603e8f..589b613e 100644 --- a/components/BlogPostCard.js +++ b/components/BlogPostCard.js @@ -17,10 +17,10 @@ const BlogPostCard = ({ post, tags }) => {
-
+
- {post.category} + {post.category} | diff --git a/components/Footer.js b/components/Footer.js index 08b6dfa2..669070aa 100644 --- a/components/Footer.js +++ b/components/Footer.js @@ -10,16 +10,16 @@ const Footer = ({ fullWidth = true }) => { ) }