diff --git a/src/components/AuthPages/Login/index.jsx b/src/components/AuthPages/Login/index.jsx index 8bd7742..b806ecd 100644 --- a/src/components/AuthPages/Login/index.jsx +++ b/src/components/AuthPages/Login/index.jsx @@ -122,9 +122,8 @@ export default function Login() { - {loginError &&

Invalid Credential

} + {loginError &&

Invalid username or password

}