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" > - +