Update page.tsx
This commit is contained in:
parent
584a8e6df4
commit
00d93aa1f6
24
app/page.tsx
24
app/page.tsx
@ -416,21 +416,23 @@ export default function Page() {
|
||||
<label htmlFor="email-address" className="sr-only">
|
||||
Email address
|
||||
</label>
|
||||
<input
|
||||
id="email-address"
|
||||
name="email"
|
||||
type="email"
|
||||
autoComplete="email"
|
||||
required
|
||||
className="min-w-0 flex-auto rounded-md border-0 bg-white/5 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 focus:ring-2 focus:ring-inset focus:ring-white sm:text-sm sm:leading-6"
|
||||
placeholder="Coming soon.."
|
||||
/>
|
||||
<button
|
||||
<input
|
||||
id="email-address"
|
||||
name="email"
|
||||
type="email"
|
||||
autoComplete="email"
|
||||
required
|
||||
disabled
|
||||
className="min-w-0 flex-auto rounded-md border-0 bg-white/5 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-white/10 focus:ring-2 focus:ring-inset focus:ring-white sm:text-sm sm:leading-6 opacity-50 cursor-not-allowed"
|
||||
placeholder="Coming soon.."
|
||||
/>
|
||||
|
||||
{/* <button
|
||||
type="submit"
|
||||
className="flex-none rounded-md bg-white px-3.5 py-2.5 text-sm font-semibold text-gray-900 shadow-sm hover:bg-gray-100 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-white"
|
||||
>
|
||||
Copy Contract-address
|
||||
</button>
|
||||
</button> */}
|
||||
</form>
|
||||
<svg
|
||||
viewBox="0 0 1024 1024"
|
||||
|
Loading…
x
Reference in New Issue
Block a user