summaryrefslogtreecommitdiff
path: root/src/pages/register.js
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-17 17:30:03 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-17 17:30:03 +0700
commitd19b40f2972cc74105cfb8390a3b0fe3a4695b3a (patch)
treeb2c00656d07774c36ee1046267e35663a968d7d9 /src/pages/register.js
parentb01a5a7de6303c2752358f970e8d71daa1a16596 (diff)
Login process to Odoo Api
Diffstat (limited to 'src/pages/register.js')
-rw-r--r--src/pages/register.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/register.js b/src/pages/register.js
index 86208dc0..38ea972f 100644
--- a/src/pages/register.js
+++ b/src/pages/register.js
@@ -9,11 +9,11 @@ export default function Login() {
<Head>
<title>Daftar - Indoteknik</title>
</Head>
- <main className="max-w-lg mx-auto flex flex-col items-center px-4">
+ <main className="max-w-lg mx-auto flex flex-col items-center px-4 pb-8">
<Link href="/" className="mt-16">
<Image src={Logo} alt="Logo Indoteknik" width={165} height={42} />
</Link>
- <h1 className="text-xl sm:text-2xl text-gray-900 mt-4 text-center">Mudahkan Pembelian dengan Indoteknik</h1>
+ <h1 className="text-2xl text-gray-900 mt-4 text-center">Mudahkan Pembelian dengan Indoteknik</h1>
<h2 className="text-gray-800 mt-2 mb-4">Daftar untuk melanjutkan</h2>
<input
type="text"
@@ -28,7 +28,7 @@ export default function Login() {
<input
type="password"
className="form-input bg-gray-100 mt-4 focus:ring-1 focus:ring-yellow-900"
- placeholder="**********"
+ placeholder="••••••••"
/>
<button className="btn-yellow font-semibold mt-4 w-full">Daftar</button>
<p className="text-gray-700 mt-4">Sudah punya akun Indoteknik? <Link href="/login">Masuk</Link></p>