Rename to Chat LangGraph
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user