fix: fix position

This commit is contained in:
Henry Li
2026-02-02 16:40:43 +08:00
parent 8bc9d1b226
commit 268b7f911c

View File

@@ -281,7 +281,7 @@ export default function ChatPage() {
onStop={handleStop} onStop={handleStop}
/> />
{env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true" && ( {env.NEXT_PUBLIC_STATIC_WEBSITE_ONLY === "true" && (
<div className="text-muted-foreground/67 w-full -translate-y-2 text-center text-xs"> <div className="text-muted-foreground/67 w-full translate-y-12 text-center text-xs">
{t.common.notAvailableInDemoMode} {t.common.notAvailableInDemoMode}
</div> </div>
)} )}