diff --git a/pages/blog/index.tsx b/pages/blog/index.tsx index fabfc66..55d2255 100644 --- a/pages/blog/index.tsx +++ b/pages/blog/index.tsx @@ -36,7 +36,7 @@ const Blog = ({ posts }: { posts: Post[] }) => {

Blog

-
+
{posts.map((post, index) => ( {

Projects

-
+
{posts.map((post, index) => (