From 90bcaf356583e09289a92ec3de20c0454fc1801b Mon Sep 17 00:00:00 2001 From: jaswanthshakthi <jaswanthshakthi@gmail.com> Date: Sun, 16 Mar 2025 19:47:04 +0530 Subject: [PATCH] some changes --- src/components2/AdminLogin2/AdminLogin4.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components2/AdminLogin2/AdminLogin4.jsx b/src/components2/AdminLogin2/AdminLogin4.jsx index 75b3f90..589e7bd 100644 --- a/src/components2/AdminLogin2/AdminLogin4.jsx +++ b/src/components2/AdminLogin2/AdminLogin4.jsx @@ -89,7 +89,7 @@ export default function AdminLogin() { {error.email && <p className="text-[#EEAB4D] text-sm mt-1">{error.email}</p>} </div> -{/* Password Input */} +{/* Passwd Input */} <div className="relative w-full mb-8"> <div className={`relative border-2 rounded-lg border-[#6FE7D1] bg-transparent ${error.password ? "border-[#EEAB4D]" : ""}`}> <label @@ -123,7 +123,7 @@ export default function AdminLogin() { - {/* Forgot Password & General Error */} + {/* Fgt Passwd & general error */} <div className="flex justify-between items-center mt-2 w-full"> <a href="#" className="text-[#27DEBF] hover:underline text-sm font-font-primary font-semibold"> Forgot Password? @@ -135,17 +135,17 @@ export default function AdminLogin() { )} </div> - {/* Sign In Button */} + {/* signin btn */} <div className="mt-8 flex justify-center"> <button type="submit" className="w-48 h-14 text-[#263238] font-bold rounded-full bg-[#6FE7D1] shadow-md hover:bg-[#5CC4AE] transition text-lg font-font-primary font-extrabold"> Sign In </button> - </div> - </form> + </div> + </form> + </div> + </div> </div> - </div> - </div> ); } -- GitLab