diff --git a/apps/hq-web/src/Login.tsx b/apps/hq-web/src/Login.tsx index 67c8155..178415c 100644 --- a/apps/hq-web/src/Login.tsx +++ b/apps/hq-web/src/Login.tsx @@ -26,23 +26,29 @@ export function Login() { return (
-
-

SiMS HQ

- - setEmail(e.target.value)} - /> - - - setPw(e.target.value)} - onKeyDown={(e) => e.key === 'Enter' && void submit()} - /> - - - {error !== undefined && {error}} +
+

SiMS HQ

+

The ops console — clients, documents, payments, AMC and reminders in one place.

+
+
+
+

Sign in

+ + setEmail(e.target.value)} + /> + + + setPw(e.target.value)} + onKeyDown={(e) => e.key === 'Enter' && void submit()} + /> + + + {error !== undefined && {error}} +
)