From 44491b6aae0f22a5fc9817a85503a25d2c150462 Mon Sep 17 00:00:00 2001 From: victorAnumudu Date: Wed, 25 Jan 2023 12:43:04 +0100 Subject: [PATCH] changed class to className --- src/components/AuthPages/Login/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 9ab3de3..752f119 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -132,7 +132,7 @@ export default function Login() { )} - {loginError &&

Invalid Credential

} + {loginError &&

Invalid Credential

}