From 6e32d9b8fd4f1d98a6ddb4f1d15fbced37cc2c7a Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Mon, 18 Nov 2024 16:16:13 +0330 Subject: [PATCH] home page mobile biew debugged --- .../home/filtered-posts/filteredPosts.tsx | 42 +++++++++-------- .../(routes)/blog/components/home/new/new.tsx | 46 +++++++++++-------- 2 files changed, 49 insertions(+), 39 deletions(-) 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} +