From a7c9680da91b60b45d83b8bbfc60f0dce9914cf7 Mon Sep 17 00:00:00 2001 From: giancarlo Date: Tue, 9 Apr 2024 15:34:37 +0800 Subject: [PATCH] Remove "Back to Blog" button from post header The "Back to Blog" button, a link to the main blog page, has been removed from the post header component in the marketing blog module. This changes the page navigation and streamlines the post header design, making it cleaner and less cluttered. --- .../app/(marketing)/blog/_components/post-header.tsx | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/web/app/(marketing)/blog/_components/post-header.tsx b/apps/web/app/(marketing)/blog/_components/post-header.tsx index 2035c3e63..7a0559063 100644 --- a/apps/web/app/(marketing)/blog/_components/post-header.tsx +++ b/apps/web/app/(marketing)/blog/_components/post-header.tsx @@ -18,18 +18,6 @@ export const PostHeader: React.FC<{ return (
-
- - - -
-

{title}