ishaq101 commited on
Commit
7ef6964
·
1 Parent(s): c0ddd13

update login

Browse files
Files changed (1) hide show
  1. src/app/components/Login.tsx +1 -1
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 for Analysis, Learning & RCA</p>
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