+ w-full bg-white dark:bg-gray-800 dark:hover:bg-gray-700 dark:border-gray-600'>
@@ -41,7 +41,7 @@ const BlogPostCard = ({ post, tags }) => {
{post?.page_cover && (
-
+
diff --git a/components/SideBar.js b/components/SideBar.js
index 4404d665..384b9880 100644
--- a/components/SideBar.js
+++ b/components/SideBar.js
@@ -77,7 +77,7 @@ const SideBar = ({ tags, currentTag, post, posts, categories, currentCategory, c
-
+
diff --git a/pages/archive/index.js b/pages/archive/index.js
index ee8f4879..79958c24 100644
--- a/pages/archive/index.js
+++ b/pages/archive/index.js
@@ -77,7 +77,7 @@ const Index = ({ allPosts, tags, categories }) => {
{locale.NAV.ARCHIVE}
-
+
{Object.keys(archivePosts).map(archiveTitle => (
))}