Test CI/CD pipeline: add API version, update Login page
All checks were successful
Deploy to VPS / deploy (push) Successful in 26s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Carlos Escalante
2026-03-20 19:29:10 -06:00
parent 3b544f6a25
commit 48ffe3418a
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ const Login = () => {
return (
<div className="flex min-h-screen items-center justify-center bg-base text-content transition-colors">
<div className="w-full max-w-md p-8 bg-surface rounded-2xl shadow-lg border border-border">
<Heading level={2} className="mb-6 text-center text-primary">HealthyFit Login</Heading>
<Heading level={2} className="mb-6 text-center text-primary">🍗 HealthyFit Login 🏋🏽</Heading>
{error && <ErrorMessage className="mb-4 text-center">{error}</ErrorMessage>}
<form onSubmit={handleSubmit} className="space-y-6">
<Field>