diff --git a/components/BlogAround.js b/components/BlogAround.js
index 4bd6c3a6..7021575f 100644
--- a/components/BlogAround.js
+++ b/components/BlogAround.js
@@ -10,14 +10,14 @@ import { faAngleDoubleLeft, faAngleDoubleRight } from '@fortawesome/free-solid-s
export default function BlogAround ({ prev, next }) {
return
{post.summary}
diff --git a/components/CategoryGroup.js b/components/CategoryGroup.js index a09a7acf..dd0ac764 100644 --- a/components/CategoryGroup.js +++ b/components/CategoryGroup.js @@ -5,15 +5,16 @@ import React from 'react' const CategoryGroup = ({ currentCategory, categories }) => { return