diff --git a/src/app/(routes)/blog/components/footer/footer.tsx b/src/app/(routes)/blog/components/footer/footer.tsx index 537a0f1..3c71e0d 100644 --- a/src/app/(routes)/blog/components/footer/footer.tsx +++ b/src/app/(routes)/blog/components/footer/footer.tsx @@ -3,7 +3,7 @@ import React from "react"; export default function Footer() { return ( -
+
-
+
+
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.

-
-
+
+

New

View all new diff --git a/src/app/(routes)/blog/layout.tsx b/src/app/(routes)/blog/layout.tsx index a450c64..9d7a95f 100644 --- a/src/app/(routes)/blog/layout.tsx +++ b/src/app/(routes)/blog/layout.tsx @@ -23,7 +23,7 @@ export default function RootLayout({

-
+
{children}
diff --git a/src/app/(routes)/blog/page.tsx b/src/app/(routes)/blog/page.tsx index 55aceb9..9a7b74e 100644 --- a/src/app/(routes)/blog/page.tsx +++ b/src/app/(routes)/blog/page.tsx @@ -5,11 +5,11 @@ import ReadingList from "./components/home/reading-lists/readingList"; export default async function Blog() { return ( -
+
- + {/* - + */}
); }