From 53e69bd61fe5550c3ec03cc9e0c7d90cfa39fea2 Mon Sep 17 00:00:00 2001 From: RizqiSyahrendra Date: Mon, 3 Feb 2025 23:54:05 +0700 Subject: [PATCH] fix: general and blog footer --- src/app/(main)/blog/[slug]/page.tsx | 14 ------ src/app/(main)/blog/page.tsx | 66 ----------------------------- src/app/(main)/layout.tsx | 4 +- src/components/Footer.tsx | 34 ++++++--------- 4 files changed, 14 insertions(+), 104 deletions(-) diff --git a/src/app/(main)/blog/[slug]/page.tsx b/src/app/(main)/blog/[slug]/page.tsx index 434afcb..c49f7fc 100644 --- a/src/app/(main)/blog/[slug]/page.tsx +++ b/src/app/(main)/blog/[slug]/page.tsx @@ -98,20 +98,6 @@ export default async function SingleBlogPage({ params }: { params: Promise<{ slu {/* End Section */} - {/* Divider */} -
- {/* End Divider */} - {/* Section */} -
-
-
- -
-
-
); diff --git a/src/app/(main)/blog/page.tsx b/src/app/(main)/blog/page.tsx index b691373..17bceb5 100644 --- a/src/app/(main)/blog/page.tsx +++ b/src/app/(main)/blog/page.tsx @@ -35,72 +35,6 @@ export default async function BlogPage({ searchParams }: { searchParams?: Promis
- - <> - {/* Divider */} -
- {/* End Divider */} - {/* Section */} -
-
-
-
- {/* Widget */} -
-

Categories

-
- -
-
- {/* End Widget */} -
-
- {/* Widget */} -
-

Tags

-
-
- {tags.map((elm, i) => ( - - {elm.name} - - ))} -
-
-
- {/* End Widget */} -
-
- {/* Widget */} -
-

Archive

-
- -
-
- {/* End Widget */} -
-
-
-
- ); } diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 1735316..2f3a5da 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -83,8 +83,8 @@ export default function MainLayout({
{children}
-