diff --git a/index.html b/index.html
index 5084932..790eb70 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
LangGraph Chat
+ Chat LangGraph
diff --git a/src/components/thread/history/index.tsx b/src/components/thread/history/index.tsx
index f0e3169..62a88ee 100644
--- a/src/components/thread/history/index.tsx
+++ b/src/components/thread/history/index.tsx
@@ -97,7 +97,7 @@ export default function ThreadHistory() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
-
+
Thread History
diff --git a/src/components/thread/index.tsx b/src/components/thread/index.tsx
index fab269a..710144b 100644
--- a/src/components/thread/index.tsx
+++ b/src/components/thread/index.tsx
@@ -218,7 +218,7 @@ export function Thread() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
-
+
)}
@@ -233,7 +233,7 @@ export function Thread() {
variant="ghost"
onClick={() => setChatHistoryOpen((p) => !p)}
>
-
+
)}
@@ -251,7 +251,7 @@ export function Thread() {
>
- LangGraph Chat
+ Chat LangGraph
@@ -309,7 +309,7 @@ export function Thread() {
- LangGraph Chat
+ Chat LangGraph
)}
diff --git a/src/providers/Stream.tsx b/src/providers/Stream.tsx
index bd2911a..f1b9027 100644
--- a/src/providers/Stream.tsx
+++ b/src/providers/Stream.tsx
@@ -94,11 +94,11 @@ export const StreamProvider: React.FC<{ children: ReactNode }> = ({
- LangGraph Chat
+ Chat LangGraph
- Welcome to LangGraph Chat! Before you get started, you need to
+ Welcome to Chat LangGraph! Before you get started, you need to
enter the URL of the deployment and the assistant / graph ID.