diff --git a/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx b/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx index 276bb8d..db89567 100644 --- a/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx +++ b/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx @@ -56,25 +56,29 @@ export default async function FilteredPosts({ data }: FilteredPostsProps) {
-
-

- {dict.blog.homePage.by} -

- - {data[0].author.name} - -

- {dict.blog.homePage.in} -

- - {data[0].category.name} - +
+
+

+ {dict.blog.homePage.by} +

+ + {data[0].author.name} + +
+
+

+ {dict.blog.homePage.in} +

+ + {data[0].category.name} + +
-
-

- {dict.blog.homePage.by} -

- - {data[0].author.name} - -

- {dict.blog.homePage.in} -

- - {data[0].category.name} - +
+
+

+ {dict.blog.homePage.by} +

+ + {data[0].author.name} + +
+
+

+ {dict.blog.homePage.in} +

+ + {data[0].category.name} + +
-

{dict.blog.homePage.new}

+

+ {dict.blog.homePage.new} +