Change Redeem Page
This commit is contained in:
@@ -201,7 +201,7 @@ export default function RedeemPage() {
|
|||||||
|
|
||||||
<form onSubmit={onSubmit} className="space-y-4">
|
<form onSubmit={onSubmit} className="space-y-4">
|
||||||
<div>
|
<div>
|
||||||
<label className="block text-sm font-medium">เบอร์โทรศัพท์ (ไทย 10 หลัก)</label>
|
<label className="block text-sm font-medium">เบอร์โทรศัพท์</label>
|
||||||
<input
|
<input
|
||||||
className={`mt-1 w-full rounded-xl border px-3 py-2 outline-none focus:ring-2 focus:ring-black/10 ${
|
className={`mt-1 w-full rounded-xl border px-3 py-2 outline-none focus:ring-2 focus:ring-black/10 ${
|
||||||
phoneError ? "border-red-400" : "border-gray-300"
|
phoneError ? "border-red-400" : "border-gray-300"
|
||||||
@@ -223,7 +223,7 @@ export default function RedeemPage() {
|
|||||||
type="text"
|
type="text"
|
||||||
/>
|
/>
|
||||||
<div className="mt-1 text-xs text-gray-500" id="phone-help">
|
<div className="mt-1 text-xs text-gray-500" id="phone-help">
|
||||||
รองรับเฉพาะตัวเลข 10 หลัก (06 / 08 / 09xxxxxxxx)
|
รองรับเฉพาะเบอร์โทรศัพท์มือถือ
|
||||||
</div>
|
</div>
|
||||||
{phoneError && (
|
{phoneError && (
|
||||||
<div className="mt-1 text-xs text-red-600" id="phone-error">
|
<div className="mt-1 text-xs text-red-600" id="phone-error">
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ export default function NotFound() {
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{/* Footer (mono) */}
|
|
||||||
<footer className="absolute inset-x-0 bottom-4 z-10 mx-auto w-full max-w-3xl px-6">
|
<footer className="absolute inset-x-0 bottom-4 z-10 mx-auto w-full max-w-3xl px-6">
|
||||||
<div className="flex items-center justify-between text-[11px] text-neutral-400">
|
<div className="flex items-center justify-between text-[11px] text-neutral-400">
|
||||||
<span>© {new Date().getFullYear()} — EOP</span>
|
<span>© {new Date().getFullYear()} — EOP</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user