mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
switched signing button order, added icon for anon
This commit is contained in:
parent
40da1864ea
commit
51e1986c68
@ -76,13 +76,6 @@ export default function SignIn() {
|
|||||||
rounded
|
rounded
|
||||||
onClick={handleNostrSignIn}
|
onClick={handleNostrSignIn}
|
||||||
/>
|
/>
|
||||||
<GenericButton
|
|
||||||
label={"login anonymously"}
|
|
||||||
icon="pi pi-user"
|
|
||||||
className="text-[#f8f8ff] w-[250px] my-4 mx-auto"
|
|
||||||
rounded
|
|
||||||
onClick={handleAnonymousSignIn}
|
|
||||||
/>
|
|
||||||
<GenericButton
|
<GenericButton
|
||||||
label={"login with email"}
|
label={"login with email"}
|
||||||
icon="pi pi-envelope"
|
icon="pi pi-envelope"
|
||||||
@ -90,6 +83,13 @@ export default function SignIn() {
|
|||||||
rounded
|
rounded
|
||||||
onClick={() => setShowEmailInput(!showEmailInput)}
|
onClick={() => setShowEmailInput(!showEmailInput)}
|
||||||
/>
|
/>
|
||||||
|
<GenericButton
|
||||||
|
label={"login anonymously"}
|
||||||
|
icon="pi pi-eye-slash"
|
||||||
|
className="text-[#f8f8ff] w-[250px] my-4 mx-auto"
|
||||||
|
rounded
|
||||||
|
onClick={handleAnonymousSignIn}
|
||||||
|
/>
|
||||||
{showEmailInput && (
|
{showEmailInput && (
|
||||||
<form onSubmit={handleEmailSignIn} className="flex flex-col items-center bg-gray-700 w-fit mx-auto p-4 rounded-lg">
|
<form onSubmit={handleEmailSignIn} className="flex flex-col items-center bg-gray-700 w-fit mx-auto p-4 rounded-lg">
|
||||||
<InputText
|
<InputText
|
||||||
|
Loading…
x
Reference in New Issue
Block a user