From 65de47a9981c4ae8cdd5444ad4dc9c5d90656ae3 Mon Sep 17 00:00:00 2001 From: Amit Roy Date: Wed, 7 Aug 2024 19:07:11 +0530 Subject: [PATCH] styles update --- src/app/(auth)/login/page.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/app/(auth)/login/page.tsx b/src/app/(auth)/login/page.tsx index 1537abb..bda4230 100644 --- a/src/app/(auth)/login/page.tsx +++ b/src/app/(auth)/login/page.tsx @@ -55,7 +55,7 @@ export default function LoginPage() { }) ); dispatch(setUserDetails(response)); - setLoader(false) + setLoader(false); router.push(routes.PRODUCTS); } catch (err) { setLoader(false); @@ -99,8 +99,12 @@ export default function LoginPage() { > logo
- Welcome to Convexsol - Sign in to your account + + Welcome to Convexsol + + + Sign in to your account + - + © 2024 ConvexSol. Pvt.Ltd. All rights reserved. - Privacy Policy |{" "} - Terms of Use + + Privacy Policy + {" "} + |{" "} + + Terms of Use +