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 }) => {
)
}