fix(auth): 登录页标题改为项目名称 TickFlow Stock Panel

This commit is contained in:
shy3130
2026-06-28 21:08:55 +08:00
parent d123fa723e
commit 8a4690f1f2
+1 -1
View File
@@ -89,7 +89,7 @@ export function Auth() {
{/* Logo */}
<div className="mb-6 flex flex-col items-center gap-2">
<Logo className="h-10 w-10" />
<h1 className="text-lg font-semibold text-foreground">TickFlow </h1>
<h1 className="text-lg font-semibold text-foreground">TickFlow Stock Panel</h1>
</div>
<div className="rounded-card border border-border bg-surface/90 p-6 shadow-2xl backdrop-blur">