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">
|
<label htmlFor="email-address" className="sr-only">
|
||||||
Email address
|
Email address
|
||||||
</label>
|
</label>
|
||||||
<input
|
<input
|
||||||
id="email-address"
|
id="email-address"
|
||||||
name="email"
|
name="email"
|
||||||
type="email"
|
type="email"
|
||||||
autoComplete="email"
|
autoComplete="email"
|
||||||
required
|
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"
|
disabled
|
||||||
placeholder="Coming soon.."
|
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
|
/>
|
||||||
|
|
||||||
|
{/* <button
|
||||||
type="submit"
|
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"
|
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
|
Copy Contract-address
|
||||||
</button>
|
</button> */}
|
||||||
</form>
|
</form>
|
||||||
<svg
|
<svg
|
||||||
viewBox="0 0 1024 1024"
|
viewBox="0 0 1024 1024"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user