summaryrefslogtreecommitdiff
path: root/src/pages
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-14 10:30:30 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-14 10:30:30 +0700
commit232c8724489ff77081f1e9e2045336accbb66c7f (patch)
treeb5f46acad539c625578d813a8ea70aa59f31276e /src/pages
parenta98687e62e348a34154f6aa66110c327516d008b (diff)
no message
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/login.js2
-rw-r--r--src/pages/register.js2
2 files changed, 2 insertions, 2 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>
) : ''}
diff --git a/src/pages/register.js b/src/pages/register.js
index 960e5425..26e7b222 100644
--- a/src/pages/register.js
+++ b/src/pages/register.js
@@ -56,7 +56,7 @@ export default function Login() {
<Image src={Logo} alt="Logo Indoteknik" width={165} height={42} />
</Link>
<h1 className="text-2xl mt-4 text-center">Mudahkan Pembelian dengan Indoteknik</h1>
- <h2 className="text-gray_r-11 text-body-1 font-normal mt-2 mb-4">Daftar untuk melanjutkan belanja</h2>
+ <h2 className="text-gray_r-11 text-body-2 font-normal mt-2 mb-4">Daftar untuk melanjutkan belanja</h2>
{alert ? (
<Alert className="text-center" type={alert.type}>{alert.component}</Alert>
) : ''}