diff options
Diffstat (limited to 'src/pages/login.js')
| -rw-r--r-- | src/pages/login.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/login.js b/src/pages/login.js index 1e5c068c..ab93b710 100644 --- a/src/pages/login.js +++ b/src/pages/login.js @@ -58,7 +58,7 @@ export default function Login() { <Image src={Logo} alt="Logo Indoteknik" width={165} height={42} /> </Link> <h1 className="text-2xl mt-4 text-center">Mulai Belanja Sekarang</h1> - <h2 className="text-gray_r-11 text-body-1 font-normal mt-2 mb-4">Masuk ke akun kamu untuk belanja</h2> + <h2 className="text-gray_r-11 text-body-2 font-normal mt-2 mb-4">Masuk ke akun kamu untuk belanja</h2> {alert ? ( <Alert className="text-center" type={alert.type}>{alert.component}</Alert> ) : ''} |
