feat: unify app name

This commit is contained in:
weishu
2025-12-29 14:36:24 +08:00
parent 517eb46b4e
commit e758efb0ec
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -204,7 +204,7 @@ export function App() {
// Telegram auth failed
return (
<div className="p-4 space-y-3">
<div className="text-base font-semibold">Hapi</div>
<div className="text-base font-semibold">HAPI</div>
<div className="text-sm text-red-600">
{authError ?? 'Not authorized'}
</div>