diff --git a/themes/next/components/InfoCard.js b/themes/next/components/InfoCard.js
index 6ddde9c4..5bbed271 100644
--- a/themes/next/components/InfoCard.js
+++ b/themes/next/components/InfoCard.js
@@ -12,7 +12,7 @@ const InfoCard = (props) => {
{BLOG.AUTHOR}
- {BLOG.BIO}
+ {BLOG.BIO}
>
diff --git a/themes/next/components/Logo.js b/themes/next/components/Logo.js
index 8169b624..46cb814e 100644
--- a/themes/next/components/Logo.js
+++ b/themes/next/components/Logo.js
@@ -6,7 +6,7 @@ const Logo = props => {
return
{siteInfo?.title}
-
{siteInfo?.description}
+
{siteInfo?.description}
}