From dbfda53bbac16b10605e3e543754a9ab342739c9 Mon Sep 17 00:00:00 2001 From: tianzhou Date: Tue, 28 Mar 2023 21:38:08 +0800 Subject: [PATCH] fix: add back accidental removal --- components/ChatView/Header.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/components/ChatView/Header.tsx b/components/ChatView/Header.tsx index c50ed28..b0ec66b 100644 --- a/components/ChatView/Header.tsx +++ b/components/ChatView/Header.tsx @@ -1,6 +1,7 @@ import { useEffect } from "react"; import { useChatStore } from "@/store"; import Icon from "../Icon"; +import GitHubStarBadge from "../GitHubStarBadge"; interface Props { className?: string; @@ -27,13 +28,7 @@ const Header = (props: Props) => { {title} - - - + {title}
@@ -42,7 +37,7 @@ const Header = (props: Props) => { className="flex flex-row justify-center items-center h-10 px-3 py-1 rounded-md whitespace-nowrap hover:bg-gray-100" target="_blank" > - +