Update page.tsx

This commit is contained in:
mcp-agent 2025-03-18 02:27:00 +07:00 committed by GitHub
parent 584a8e6df4
commit 00d93aa1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"