diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 8d3e89ce3..6c08f147f 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -1340,7 +1340,7 @@ function _Chat() {
title={
{localStorage.getItem("current_day_token") ?? 0}{" "}
- / 100000
+ / 200000
}
color={"var(--second)"}
@@ -1350,7 +1350,7 @@ function _Chat() {