diff options
Diffstat (limited to 'src/pages/register.js')
| -rw-r--r-- | src/pages/register.js | 6 |
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> |
