From 162100b1a45b76fbe575983132df1d5a850fb428 Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Wed, 2 Oct 2024 16:27:44 +0330 Subject: [PATCH] blog readinglist updated --- .../(routes)/blog/components/home/new/new.tsx | 6 +++--- .../home/reading-lists/readingList.tsx | 19 ++++++++++--------- src/app/(routes)/blog/layout.tsx | 2 +- src/app/(routes)/blog/page.tsx | 6 +++--- 4 files changed, 17 insertions(+), 16 deletions(-) diff --git a/src/app/(routes)/blog/components/home/new/new.tsx b/src/app/(routes)/blog/components/home/new/new.tsx index b61e36c..ff32e22 100644 --- a/src/app/(routes)/blog/components/home/new/new.tsx +++ b/src/app/(routes)/blog/components/home/new/new.tsx @@ -3,7 +3,7 @@ import Image from "next/image"; export default function New() { return (
-
+
parsaaghayi's blog logo
-
-
+
+

New

View all new diff --git a/src/app/(routes)/blog/components/home/reading-lists/readingList.tsx b/src/app/(routes)/blog/components/home/reading-lists/readingList.tsx index a9a3670..35b7bdd 100644 --- a/src/app/(routes)/blog/components/home/reading-lists/readingList.tsx +++ b/src/app/(routes)/blog/components/home/reading-lists/readingList.tsx @@ -2,7 +2,7 @@ import Image from "next/image"; export default function ReadingList() { return ( -

+

ReadingList @@ -11,8 +11,9 @@ export default function ReadingList() { View all

-
-
+ +
+
-
+
-
+
SEO
-
+
-
+
-
+ {/*
right-arrow icon -
+
*/}
); diff --git a/src/app/(routes)/blog/layout.tsx b/src/app/(routes)/blog/layout.tsx index 9d7a95f..06c12fe 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 9a7b74e..98ca981 100644 --- a/src/app/(routes)/blog/page.tsx +++ b/src/app/(routes)/blog/page.tsx @@ -5,10 +5,10 @@ import ReadingList from "./components/home/reading-lists/readingList"; export default async function Blog() { return ( -
+
- {/* - + + {/* */}
);