Rename to Chat LangGraph

This commit is contained in:
Tat Dat Duong
2025-03-07 14:58:55 +01:00
parent cb27e5eb4b
commit 2e7587cb96
4 changed files with 8 additions and 8 deletions

View File

@@ -97,7 +97,7 @@ export default function ThreadHistory() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
<PanelRightOpen />
<PanelRightOpen className="size-5" />
</Button>
<h1 className="text-xl font-semibold tracking-tight">
Thread History

View File

@@ -218,7 +218,7 @@ export function Thread() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
<PanelRightOpen />
<PanelRightOpen className="size-5" />
</Button>
)}
</div>
@@ -233,7 +233,7 @@ export function Thread() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
<PanelRightOpen />
<PanelRightOpen className="size-5" />
</Button>
)}
</div>
@@ -251,7 +251,7 @@ export function Thread() {
>
<LangGraphLogoSVG width={32} height={32} />
<span className="text-xl font-semibold tracking-tight">
LangGraph Chat
Chat LangGraph
</span>
</motion.button>
</div>
@@ -309,7 +309,7 @@ export function Thread() {
<div className="flex gap-3 items-center">
<LangGraphLogoSVG className="flex-shrink-0 h-8" />
<h1 className="text-2xl font-semibold tracking-tight">
LangGraph Chat
Chat LangGraph
</h1>
</div>
)}