From 98ec9ff4fe8290791a38a87dab3fd018b9cf4855 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 2 Oct 2024 16:42:20 +0330 Subject: [PATCH] blog FilteredPosts is responsive now --- .../home/filtered-posts/filteredPosts.tsx | 52 +++++++++++-------- src/app/(routes)/blog/page.tsx | 4 +- 2 files changed, 32 insertions(+), 24 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 f4173ce..99c46f0 100644 --- a/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx +++ b/src/app/(routes)/blog/components/home/filtered-posts/filteredPosts.tsx @@ -2,7 +2,7 @@ import Image from "next/image"; export default function FilteredPosts() { return ( -
+

Popular @@ -12,46 +12,46 @@ export default function FilteredPosts() {

-
-
-
-

+
+
+
+

FREELANCING

-

+

Affiliate Systems Suck, So We Rolled Our Own

-
-

+
+

RESOURCE

-

+

How not to design web forms

-
-

+
+

DESIGN PROCESS

-

+

B2B Lead Generation – Tips and Strategies for 2018

-
-

+
+

INSPIRATION

-

+

8 Best WordPress Ecommerce Plugins

-
+
parsaaghayi's blog logo
-

BY

-

AUTHOR NAME

-

IN

-

CATEGORY

+

+ BY +

+

+ AUTHOR NAME +

+

+ IN +

+

+ CATEGORY +

-

+

How to accept rejection gracefully — and use it to grow

-

+

User research is the reality check every project needs. Here’s our guide to why you should be doing it — and how to get started.

diff --git a/src/app/(routes)/blog/page.tsx b/src/app/(routes)/blog/page.tsx index eca5fdb..f650afc 100644 --- a/src/app/(routes)/blog/page.tsx +++ b/src/app/(routes)/blog/page.tsx @@ -8,8 +8,8 @@ export default async function Blog() {
- {/* - */} + + {/* */}
); }