From fa852b1c6bd7b37ff46a9f63a160dbde90f34020 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 14 Sep 2023 11:55:30 +0300 Subject: [PATCH] minor ui improvement --- src/pages/blog/index.astro | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/src/pages/blog/index.astro b/src/pages/blog/index.astro index d46d5aa..0ebf52e 100644 --- a/src/pages/blog/index.astro +++ b/src/pages/blog/index.astro @@ -27,21 +27,23 @@ const blogsWithoutFirstPost = blogs?.filter( - - { - blogsWithoutFirstPost?.map((blog) => { - const { description, id, photo_url, title, post_slug, created_at } = - blog; - return ( - - ); - }) - } - +
+ + { + blogsWithoutFirstPost?.map((blog) => { + const { description, id, photo_url, title, post_slug, created_at } = + blog; + return ( + + ); + }) + } + +