From 473ea035029a880dbab1b5ad498d13a2195189b3 Mon Sep 17 00:00:00 2001 From: ynwd <10122431+ynwd@users.noreply.github.com> Date: Sun, 8 Sep 2024 09:55:34 +0700 Subject: [PATCH] chore: update header --- components/header.tsx | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/components/header.tsx b/components/header.tsx index e8df9130b..2b18d7992 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -16,18 +16,20 @@ export default function Header(
- -
- {props.isLogin - ? - : props.previous_url - ? - : } -
+
+ +
+ {props.isLogin + ? + : props.previous_url + ? + : } +
+
{`${props.title || "Fastro"}`} - +
Blog Docs