Spaces:
Running
Running
update login
Browse files
src/app/components/Login.tsx
CHANGED
|
@@ -169,7 +169,7 @@ export default function Login() {
|
|
| 169 |
<img src={logoUrl} alt="Maintiva" className="w-12 h-12 xl:w-20 xl:h-20 object-contain" />
|
| 170 |
<div className="text-center">
|
| 171 |
<h1 className="text-xl xl:text-3xl font-semibold text-slate-900">Maintiva Agent</h1>
|
| 172 |
-
<p className="text-slate-400 text-sm xl:text-base mt-0.5 xl:mt-1">Welcome back to your AI Based Virtual Agent
|
| 173 |
</div>
|
| 174 |
</div>
|
| 175 |
|
|
|
|
| 169 |
<img src={logoUrl} alt="Maintiva" className="w-12 h-12 xl:w-20 xl:h-20 object-contain" />
|
| 170 |
<div className="text-center">
|
| 171 |
<h1 className="text-xl xl:text-3xl font-semibold text-slate-900">Maintiva Agent</h1>
|
| 172 |
+
<p className="text-slate-400 text-sm xl:text-base mt-0.5 xl:mt-1">Welcome back to your AI Based Virtual Agent</p>
|
| 173 |
</div>
|
| 174 |
</div>
|
| 175 |
|